#C5A075
A light, moderate orange closely aligning with Tan.
About #C5A075
When working with digital screens, the color #C5A075 is rendered by mixing light. Its closest recognized web color is Tan. In the RGB color space, it consists of 197 red, 160 green, and 117 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 19% magenta inks. The HSL representation is 32.2° hue, 40.8% saturation, and 61.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#C5A075
RGB197, 160, 117
HSL32.2°, 40.8%, 61.6%
CMYK0%, 19%, 41%, 23%
HSV32.2°, 40.6%, 77.3%
LAB68.2, 7.8, 27.6
XYZ38.8, 38.3, 22.2
Decimal12951669
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.43:1
Text on #FFFFFF
FAIL
8.66:1
Text on #000000
AAA
2.32:1
Text on #F8FAFC
FAIL
7.36:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5A075;
}
.text-color {
color: #C5A075;
}
.border-color {
border: 2px solid #C5A075;
}