Shades of Sundance #C59F47
Tints of Sundance #C59F47
RGB
CMYK
RGB Variations
Color information
#C59F47 (or 0xC59F47) is known color: Sundance. HEX triplet: C5, 9F and 47. RGB value is (197,159,71). Sum of RGB (Red+Green+Blue) = 197+159+71=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 159 (62.5% from 255 or 37.24% from 427); Blue value is 71 (28.12% from 255 or 16.63% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C59F47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59F47 is #3A60B8. Grayscale: #A0A0A0. Windows color (decimal): -3825849 or 4693957. OLE color: 4693957.
HSL color Cylindrical-coordinate representation of color #C59F47: hue angle of 41.9º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C59F47 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 159 | 71 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.23 |
| HSL | 41.9º | 0.52% | 0.53% | - |
| HSV(B) | 41.9º | 0.64% | 0.77% | - |
| XYZ | 36.56 | 37.12 | 11.2 | - |
| YUV | 160.33 | 77.59 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 159 | 71 | 0 | 0.19 | 0.64 | 0.23 | 41.9 | 0.52 | 0.53 |
| Hex | C5 | 9F | 47 | 0 | 13 | 40 | 17 | 2A | 34 | 35 |
| Octal | 305 | 237 | 107 | 0 | 23 | 100 | 27 | 52 | 64 | 65 |
| Binary | 11000101 | 10011111 | 1000111 | 0 | 10011 | 1000000 | 10111 | 101010 | 110100 | 110101 |
Color Harmonies of #C59F47
Complementary color
Monochromatic Colors of #C59F47
Black with #C59F47
Text Example
Text Example
White with #C59F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59F47; }
p { color: rgb(197,159,71); }
H1.HeaderClassName
{
color: #C59F47;
}
.AnyTagClassName
{
color: #C59F47;
}
</style>
background-color css
<style>
a { background-color: #C59F47; }
a { background-color: rgb(197,159,71); }
div.DivClassName
{
background-color: #C59F47;
}
.BgClassName
{
background-color: #C59F47;
}
</style>
border-color css
<style>
span { border-color: #C59F47; }
span { border-color: rgb(197,159,71); }
td.TdClassName
{
border-color: #C59F47;
}
.TagClassName
{
border-color: #C59F47;
}
</style>