#CC6D2C
A medium, moderate orange closely aligning with Chocolate.
About #CC6D2C
At its core, #CC6D2C is a medium and moderate hue. It is closely associated with the named CSS color Chocolate. This translates to an RGB value of rgb(204, 109, 44).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 47% magenta, 78% yellow, and 20% black. The HSL representation is 24.4° hue, 64.5% saturation, and 48.6% 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#CC6D2C
RGB204, 109, 44
HSL24.4°, 64.5%, 48.6%
CMYK0%, 47%, 78%, 20%
HSV24.4°, 78.4%, 80.0%
LAB56.0, 33.0, 50.8
XYZ30.8, 24.0, 5.4
Decimal13397292
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.63:1
Text on #FFFFFF
AA Large
5.79:1
Text on #000000
AA
3.47:1
Text on #F8FAFC
AA Large
4.92:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC6D2C;
}
.text-color {
color: #CC6D2C;
}
.border-color {
border: 2px solid #CC6D2C;
}