#CC752C
A medium, moderate orange closely aligning with Chocolate.
About #CC752C
At its core, #CC752C is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Chocolate. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 117, and 44.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 43% Magenta, 78% Yellow, and 20% Black. With a hue angle of 27.4 degrees, it sits comfortably in the orange spectrum.
Contrast ratios determine whether this color is safe for typography. 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#CC752C
RGB204, 117, 44
HSL27.4°, 64.5%, 48.6%
CMYK0%, 43%, 78%, 20%
HSV27.4°, 78.4%, 80.0%
LAB57.8, 28.7, 52.5
XYZ31.7, 25.7, 5.7
Decimal13399340
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.42:1
Text on #FFFFFF
AA Large
6.15:1
Text on #000000
AA
3.26:1
Text on #F8FAFC
AA Large
5.23:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC752C;
}
.text-color {
color: #CC752C;
}
.border-color {
border: 2px solid #CC752C;
}