#CC9249
A medium, moderate orange closely aligning with Peru.
About #CC9249
At its core, #CC9249 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Peru. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 146, and 73.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 28% magenta inks. With a hue angle of 33.4 degrees, it sits comfortably in the orange spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#CC9249
RGB204, 146, 73
HSL33.4°, 56.2%, 54.3%
CMYK0%, 28%, 64%, 20%
HSV33.4°, 64.2%, 80.0%
LAB64.9, 14.5, 46.5
XYZ36.4, 33.9, 10.9
Decimal13406793
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.70:1
Text on #FFFFFF
FAIL
7.78:1
Text on #000000
AAA
2.58:1
Text on #F8FAFC
FAIL
6.61:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC9249;
}
.text-color {
color: #CC9249;
}
.border-color {
border: 2px solid #CC9249;
}