Shades of Sundance #C49F51
Tints of Sundance #C49F51
RGB
CMYK
RGB Variations
Color information
#C49F51 (or 0xC49F51) is known color: Sundance. HEX triplet: C4, 9F and 51. RGB value is (196,159,81). Sum of RGB (Red+Green+Blue) = 196+159+81=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 81 (32.03% from 255 or 18.58% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49F51 is #3B60AE. Grayscale: #A1A1A1. Windows color (decimal): -3891375 or 5349316. OLE color: 5349316.
HSL color Cylindrical-coordinate representation of color #C49F51: hue angle of 40.7º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C49F51 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 159 | 81 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.23 |
| HSL | 40.7º | 0.49% | 0.54% | - |
| HSV(B) | 40.7º | 0.59% | 0.77% | - |
| XYZ | 36.65 | 37.13 | 13.02 | - |
| YUV | 161.17 | 82.76 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 159 | 81 | 0 | 0.19 | 0.59 | 0.23 | 40.7 | 0.49 | 0.54 |
| Hex | C4 | 9F | 51 | 0 | 13 | 3B | 17 | 29 | 31 | 36 |
| Octal | 304 | 237 | 121 | 0 | 23 | 73 | 27 | 51 | 61 | 66 |
| Binary | 11000100 | 10011111 | 1010001 | 0 | 10011 | 111011 | 10111 | 101001 | 110001 | 110110 |
Color Harmonies of #C49F51
Complementary color
Monochromatic Colors of #C49F51
Black with #C49F51
Text Example
Text Example
White with #C49F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49F51; }
p { color: rgb(196,159,81); }
H1.HeaderClassName
{
color: #C49F51;
}
.AnyTagClassName
{
color: #C49F51;
}
</style>
background-color css
<style>
a { background-color: #C49F51; }
a { background-color: rgb(196,159,81); }
div.DivClassName
{
background-color: #C49F51;
}
.BgClassName
{
background-color: #C49F51;
}
</style>
border-color css
<style>
span { border-color: #C49F51; }
span { border-color: rgb(196,159,81); }
td.TdClassName
{
border-color: #C49F51;
}
.TagClassName
{
border-color: #C49F51;
}
</style>