#CC9266
A light, moderate orange closely aligning with Darksalmon.
About #CC9266
At its core, #CC9266 is a light and moderate hue. It is closely associated with the named CSS color Darksalmon. In the RGB color space, it consists of 204 red, 146 green, and 102 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 28% M, 50% Y, and 20% K. The HSL representation is 25.9° hue, 50.0% saturation, and 60.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC9266
RGB204, 146, 102
HSL25.9°, 50.0%, 60.0%
CMYK0%, 28%, 50%, 20%
HSV25.9°, 50.0%, 80.0%
LAB65.2, 16.8, 31.9
XYZ37.6, 34.4, 17.2
Decimal13406822
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.67:1
Text on #FFFFFF
FAIL
7.87:1
Text on #000000
AAA
2.55:1
Text on #F8FAFC
FAIL
6.69:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC9266;
}
.text-color {
color: #CC9266;
}
.border-color {
border: 2px solid #CC9266;
}