#CC5024
A medium, vivid orange closely aligning with Chocolate.
About #CC5024
At its core, #CC5024 is a medium and vivid hue. It is closely associated with the named CSS color Chocolate. This translates to an RGB value of rgb(204, 80, 36).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 61% magenta, 82% yellow, and 20% black. The HSL representation is 15.7° hue, 70.0% saturation, and 47.1% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC5024
RGB204, 80, 36
HSL15.7°, 70.0%, 47.1%
CMYK0%, 61%, 82%, 20%
HSV15.7°, 82.4%, 80.0%
LAB50.3, 47.1, 49.0
XYZ28.1, 18.7, 3.8
Decimal13389860
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.43:1
Text on #FFFFFF
AA Large
4.74:1
Text on #000000
AA
4.23:1
Text on #F8FAFC
AA Large
4.03:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC5024;
}
.text-color {
color: #CC5024;
}
.border-color {
border: 2px solid #CC5024;
}