#C57C5F
A medium, moderate orange closely aligning with Darksalmon.
About #C57C5F
Visually, #C57C5F is defined as a moderate orange. If you're using CSS, you might find it aligns closely with Darksalmon. In the RGB color space, it consists of 197 red, 124 green, and 95 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 37% magenta inks. 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C57C5F
RGB197, 124, 95
HSL17.1°, 46.8%, 57.3%
CMYK0%, 37%, 52%, 23%
HSV17.1°, 51.8%, 77.3%
LAB59.1, 25.3, 27.6
XYZ32.3, 27.1, 14.4
Decimal12942431
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.27:1
Text on #FFFFFF
AA Large
6.42:1
Text on #000000
AA
3.13:1
Text on #F8FAFC
AA Large
5.46:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #C57C5F;
}
.text-color {
color: #C57C5F;
}
.border-color {
border: 2px solid #C57C5F;
}