#C58A50
A medium, moderate orange closely aligning with Peru.
About #C58A50
Visually, #C58A50 is defined as a moderate orange. It is closely associated with the named CSS color Peru. This translates to an RGB value of rgb(197, 138, 80).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 30% magenta inks. The HSL representation is 29.7° hue, 50.2% saturation, and 54.3% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#C58A50
RGB197, 138, 80
HSL29.7°, 50.2%, 54.3%
CMYK0%, 30%, 59%, 23%
HSV29.7°, 59.4%, 77.3%
LAB62.2, 16.4, 39.6
XYZ33.6, 30.6, 11.7
Decimal12946000
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.95:1
Text on #FFFFFF
FAIL
7.13:1
Text on #000000
AAA
2.82:1
Text on #F8FAFC
FAIL
6.06:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #C58A50;
}
.text-color {
color: #C58A50;
}
.border-color {
border: 2px solid #C58A50;
}