Shades of Sundance #C59E4B
Tints of Sundance #C59E4B
RGB
CMYK
RGB Variations
Color information
#C59E4B (or 0xC59E4B) is known color: Sundance. HEX triplet: C5, 9E and 4B. RGB value is (197,158,75). Sum of RGB (Red+Green+Blue) = 197+158+75=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 75 (29.69% from 255 or 17.44% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C59E4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59E4B is #3A61B4. Grayscale: #A0A0A0. Windows color (decimal): -3826101 or 4955845. OLE color: 4955845.
HSL color Cylindrical-coordinate representation of color #C59E4B: hue angle of 40.82º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C59E4B is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 158 | 75 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.23 |
| HSL | 40.82º | 0.51% | 0.53% | - |
| HSV(B) | 40.82º | 0.62% | 0.77% | - |
| XYZ | 36.52 | 36.83 | 11.84 | - |
| YUV | 160.2 | 79.92 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 158 | 75 | 0 | 0.20 | 0.62 | 0.23 | 40.82 | 0.51 | 0.53 |
| Hex | C5 | 9E | 4B | 0 | 14 | 3E | 17 | 29 | 33 | 35 |
| Octal | 305 | 236 | 113 | 0 | 24 | 76 | 27 | 51 | 63 | 65 |
| Binary | 11000101 | 10011110 | 1001011 | 0 | 10100 | 111110 | 10111 | 101001 | 110011 | 110101 |
Color Harmonies of #C59E4B
Complementary color
Monochromatic Colors of #C59E4B
Black with #C59E4B
Text Example
Text Example
White with #C59E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59E4B; }
p { color: rgb(197,158,75); }
H1.HeaderClassName
{
color: #C59E4B;
}
.AnyTagClassName
{
color: #C59E4B;
}
</style>
background-color css
<style>
a { background-color: #C59E4B; }
a { background-color: rgb(197,158,75); }
div.DivClassName
{
background-color: #C59E4B;
}
.BgClassName
{
background-color: #C59E4B;
}
</style>
border-color css
<style>
span { border-color: #C59E4B; }
span { border-color: rgb(197,158,75); }
td.TdClassName
{
border-color: #C59E4B;
}
.TagClassName
{
border-color: #C59E4B;
}
</style>