#CC572C
A medium, moderate orange closely aligning with Chocolate.
About #CC572C
At its core, #CC572C is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Chocolate. This translates to an RGB value of rgb(204, 87, 44).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 57% magenta inks. With a hue angle of 16.1 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC572C
RGB204, 87, 44
HSL16.1°, 64.5%, 48.6%
CMYK0%, 57%, 78%, 20%
HSV16.1°, 78.4%, 80.0%
LAB51.7, 44.1, 46.5
XYZ28.8, 19.8, 4.7
Decimal13391660
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.23:1
Text on #FFFFFF
AA Large
4.97:1
Text on #000000
AA
4.04:1
Text on #F8FAFC
AA Large
4.22:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC572C;
}
.text-color {
color: #CC572C;
}
.border-color {
border: 2px solid #CC572C;
}