Shades of Sundance #C59F51
Tints of Sundance #C59F51
RGB
CMYK
RGB Variations
Color information
#C59F51 (or 0xC59F51) is known color: Sundance. HEX triplet: C5, 9F and 51. RGB value is (197,159,81). Sum of RGB (Red+Green+Blue) = 197+159+81=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 81 (32.03% from 255 or 18.54% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C59F51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59F51 is #3A60AE. Grayscale: #A1A1A1. Windows color (decimal): -3825839 or 5349317. OLE color: 5349317.
HSL color Cylindrical-coordinate representation of color #C59F51: hue angle of 40.34º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C59F51 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 159 | 81 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.23 |
| HSL | 40.34º | 0.5% | 0.55% | - |
| HSV(B) | 40.34º | 0.59% | 0.77% | - |
| XYZ | 36.91 | 37.26 | 13.03 | - |
| YUV | 161.47 | 82.59 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 159 | 81 | 0 | 0.19 | 0.59 | 0.23 | 40.34 | 0.5 | 0.55 |
| Hex | C5 | 9F | 51 | 0 | 13 | 3B | 17 | 28 | 32 | 37 |
| Octal | 305 | 237 | 121 | 0 | 23 | 73 | 27 | 50 | 62 | 67 |
| Binary | 11000101 | 10011111 | 1010001 | 0 | 10011 | 111011 | 10111 | 101000 | 110010 | 110111 |
Color Harmonies of #C59F51
Complementary color
Monochromatic Colors of #C59F51
Black with #C59F51
Text Example
Text Example
White with #C59F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59F51; }
p { color: rgb(197,159,81); }
H1.HeaderClassName
{
color: #C59F51;
}
.AnyTagClassName
{
color: #C59F51;
}
</style>
background-color css
<style>
a { background-color: #C59F51; }
a { background-color: rgb(197,159,81); }
div.DivClassName
{
background-color: #C59F51;
}
.BgClassName
{
background-color: #C59F51;
}
</style>
border-color css
<style>
span { border-color: #C59F51; }
span { border-color: rgb(197,159,81); }
td.TdClassName
{
border-color: #C59F51;
}
.TagClassName
{
border-color: #C59F51;
}
</style>