Shades of Sundance #C59E4E
Tints of Sundance #C59E4E
RGB
CMYK
RGB Variations
Color information
#C59E4E (or 0xC59E4E) is known color: Sundance. HEX triplet: C5, 9E and 4E. RGB value is (197,158,78). Sum of RGB (Red+Green+Blue) = 197+158+78=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 78 (30.86% from 255 or 18.01% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C59E4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59E4E is #3A61B1. Grayscale: #A0A0A0. Windows color (decimal): -3826098 or 5152453. OLE color: 5152453.
HSL color Cylindrical-coordinate representation of color #C59E4E: hue angle of 40.34º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C59E4E is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 158 | 78 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.23 |
| HSL | 40.34º | 0.51% | 0.54% | - |
| HSV(B) | 40.34º | 0.6% | 0.77% | - |
| XYZ | 36.63 | 36.87 | 12.39 | - |
| YUV | 160.54 | 81.42 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 158 | 78 | 0 | 0.20 | 0.60 | 0.23 | 40.34 | 0.51 | 0.54 |
| Hex | C5 | 9E | 4E | 0 | 14 | 3C | 17 | 28 | 33 | 36 |
| Octal | 305 | 236 | 116 | 0 | 24 | 74 | 27 | 50 | 63 | 66 |
| Binary | 11000101 | 10011110 | 1001110 | 0 | 10100 | 111100 | 10111 | 101000 | 110011 | 110110 |
Color Harmonies of #C59E4E
Complementary color
Monochromatic Colors of #C59E4E
Black with #C59E4E
Text Example
Text Example
White with #C59E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59E4E; }
p { color: rgb(197,158,78); }
H1.HeaderClassName
{
color: #C59E4E;
}
.AnyTagClassName
{
color: #C59E4E;
}
</style>
background-color css
<style>
a { background-color: #C59E4E; }
a { background-color: rgb(197,158,78); }
div.DivClassName
{
background-color: #C59E4E;
}
.BgClassName
{
background-color: #C59E4E;
}
</style>
border-color css
<style>
span { border-color: #C59E4E; }
span { border-color: rgb(197,158,78); }
td.TdClassName
{
border-color: #C59E4E;
}
.TagClassName
{
border-color: #C59E4E;
}
</style>