#C57C57
A medium, moderate orange closely aligning with Darksalmon.
About #C57C57
When working with digital screens, the color #C57C57 is rendered by mixing light. 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 87 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 37% magenta, 56% yellow, and 23% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. 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#C57C57
RGB197, 124, 87
HSL20.2°, 48.7%, 55.7%
CMYK0%, 37%, 56%, 23%
HSV20.2°, 55.8%, 77.3%
LAB59.0, 24.6, 31.9
XYZ32.0, 27.0, 12.5
Decimal12942423
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.28:1
Text on #FFFFFF
AA Large
6.39:1
Text on #000000
AA
3.14:1
Text on #F8FAFC
AA Large
5.44:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #C57C57;
}
.text-color {
color: #C57C57;
}
.border-color {
border: 2px solid #C57C57;
}