Shades of Sundance #C59F49
Tints of Sundance #C59F49
RGB
CMYK
RGB Variations
Color information
#C59F49 (or 0xC59F49) is known color: Sundance. HEX triplet: C5, 9F and 49. RGB value is (197,159,73). Sum of RGB (Red+Green+Blue) = 197+159+73=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 73 (28.91% from 255 or 17.02% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C59F49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59F49 is #3A60B6. Grayscale: #A0A0A0. Windows color (decimal): -3825847 or 4825029. OLE color: 4825029.
HSL color Cylindrical-coordinate representation of color #C59F49: hue angle of 41.61º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C59F49 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 159 | 73 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.23 |
| HSL | 41.61º | 0.52% | 0.53% | - |
| HSV(B) | 41.61º | 0.63% | 0.77% | - |
| XYZ | 36.63 | 37.15 | 11.54 | - |
| YUV | 160.56 | 78.59 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 159 | 73 | 0 | 0.19 | 0.63 | 0.23 | 41.61 | 0.52 | 0.53 |
| Hex | C5 | 9F | 49 | 0 | 13 | 3F | 17 | 2A | 34 | 35 |
| Octal | 305 | 237 | 111 | 0 | 23 | 77 | 27 | 52 | 64 | 65 |
| Binary | 11000101 | 10011111 | 1001001 | 0 | 10011 | 111111 | 10111 | 101010 | 110100 | 110101 |
Color Harmonies of #C59F49
Complementary color
Monochromatic Colors of #C59F49
Black with #C59F49
Text Example
Text Example
White with #C59F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59F49; }
p { color: rgb(197,159,73); }
H1.HeaderClassName
{
color: #C59F49;
}
.AnyTagClassName
{
color: #C59F49;
}
</style>
background-color css
<style>
a { background-color: #C59F49; }
a { background-color: rgb(197,159,73); }
div.DivClassName
{
background-color: #C59F49;
}
.BgClassName
{
background-color: #C59F49;
}
</style>
border-color css
<style>
span { border-color: #C59F49; }
span { border-color: rgb(197,159,73); }
td.TdClassName
{
border-color: #C59F49;
}
.TagClassName
{
border-color: #C59F49;
}
</style>