Shades of Sundance #C59F52
Tints of Sundance #C59F52
RGB
CMYK
RGB Variations
Color information
#C59F52 (or 0xC59F52) is known color: Sundance. HEX triplet: C5, 9F and 52. RGB value is (197,159,82). Sum of RGB (Red+Green+Blue) = 197+159+82=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 159 (62.5% from 255 or 36.30% from 438); Blue value is 82 (32.42% from 255 or 18.72% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C59F52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59F52 is #3A60AD. Grayscale: #A1A1A1. Windows color (decimal): -3825838 or 5414853. OLE color: 5414853.
HSL color Cylindrical-coordinate representation of color #C59F52: hue angle of 40.17º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C59F52 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 159 | 82 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.23 |
| HSL | 40.17º | 0.5% | 0.55% | - |
| HSV(B) | 40.17º | 0.58% | 0.77% | - |
| XYZ | 36.95 | 37.28 | 13.23 | - |
| YUV | 161.58 | 83.09 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 159 | 82 | 0 | 0.19 | 0.58 | 0.23 | 40.17 | 0.5 | 0.55 |
| Hex | C5 | 9F | 52 | 0 | 13 | 3A | 17 | 28 | 32 | 37 |
| Octal | 305 | 237 | 122 | 0 | 23 | 72 | 27 | 50 | 62 | 67 |
| Binary | 11000101 | 10011111 | 1010010 | 0 | 10011 | 111010 | 10111 | 101000 | 110010 | 110111 |
Color Harmonies of #C59F52
Complementary color
Monochromatic Colors of #C59F52
Black with #C59F52
Text Example
Text Example
White with #C59F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59F52; }
p { color: rgb(197,159,82); }
H1.HeaderClassName
{
color: #C59F52;
}
.AnyTagClassName
{
color: #C59F52;
}
</style>
background-color css
<style>
a { background-color: #C59F52; }
a { background-color: rgb(197,159,82); }
div.DivClassName
{
background-color: #C59F52;
}
.BgClassName
{
background-color: #C59F52;
}
</style>
border-color css
<style>
span { border-color: #C59F52; }
span { border-color: rgb(197,159,82); }
td.TdClassName
{
border-color: #C59F52;
}
.TagClassName
{
border-color: #C59F52;
}
</style>