#CC7C2C
A medium, moderate orange closely aligning with Peru.
About #CC7C2C
The hex code #CC7C2C represents a beautifully specific shade of orange. It is closely associated with the named CSS color Peru. Its digital footprint relies on 204 parts red, 124 parts green, and 44 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 39% Magenta, 78% Yellow, and 20% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#CC7C2C
RGB204, 124, 44
HSL30.0°, 64.5%, 48.6%
CMYK0%, 39%, 78%, 20%
HSV30.0°, 78.4%, 80.0%
LAB59.4, 25.0, 54.0
XYZ32.6, 27.4, 6.0
Decimal13401132
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.24:1
Text on #FFFFFF
AA Large
6.49:1
Text on #000000
AA
3.09:1
Text on #F8FAFC
AA Large
5.51:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC7C2C;
}
.text-color {
color: #CC7C2C;
}
.border-color {
border: 2px solid #CC7C2C;
}