Dark salmon to RGB — Color Code

RGB

rgb(200, 90, 83)

Format Value
HEX #c85a53
RGB rgb(200, 90, 83)
HSL hsl(3.6, 51.5%, 55.5%)
CMYK cmyk(0%, 55%, 58.5%, 21.6%)

What is the RGB code for dark salmon?

The CSS color dark salmon in RGB format is rgb(200, 90, 83). Use this value directly in CSS, SVG, and most design tools.

How do I use dark salmon in CSS?

To apply dark salmon in CSS:

  • Text color: color: rgb(200, 90, 83);
  • Background: background-color: rgb(200, 90, 83);
  • Border: border-color: rgb(200, 90, 83);

What are all the color format values for dark salmon?

FormatValue
HEX#c85a53
RGBrgb(200, 90, 83)
HSLhsl(3.6, 51.5%, 55.5%)
CMYKcmyk(0%, 55%, 58.5%, 21.6%)

How do I convert dark salmon to RGB?

Select dark salmon from the color name list in our color converter. The RGB value — rgb(200, 90, 83) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does dark salmon belong to?

dark salmon belongs to the red color family. It is a medium, moderately saturated color with HSL values: hue 3.6°, saturation 51.5%, lightness 55.5%.

How do I create lighter and darker shades of dark salmon?

Lighter variant (lightness 70.5%): #db928d. Darker variant (lightness 40.5%): #9c3832. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.