#C5753A
A medium, moderate orange closely aligning with Peru.
About #C5753A
The hex code #C5753A represents a beautifully specific shade of orange. If you're using CSS, you might find it aligns closely with Peru. This translates to an RGB value of rgb(197, 117, 58).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 41% magenta inks. The HSL representation is 25.5° hue, 54.5% saturation, and 50.0% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#C5753A
RGB197, 117, 58
HSL25.5°, 54.5%, 50.0%
CMYK0%, 41%, 71%, 23%
HSV25.5°, 70.6%, 77.3%
LAB57.0, 26.4, 44.9
XYZ30.2, 24.9, 7.2
Decimal12940602
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.51:1
Text on #FFFFFF
AA Large
5.98:1
Text on #000000
AA
3.36:1
Text on #F8FAFC
AA Large
5.08:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #C5753A;
}
.text-color {
color: #C5753A;
}
.border-color {
border: 2px solid #C5753A;
}