Shades of Sundance #C49E51
Tints of Sundance #C49E51
RGB
CMYK
RGB Variations
Color information
#C49E51 (or 0xC49E51) is known color: Sundance. HEX triplet: C4, 9E and 51. RGB value is (196,158,81). Sum of RGB (Red+Green+Blue) = 196+158+81=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 81 (32.03% from 255 or 18.62% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49E51 is #3B61AE. Grayscale: #A0A0A0. Windows color (decimal): -3891631 or 5349060. OLE color: 5349060.
HSL color Cylindrical-coordinate representation of color #C49E51: hue angle of 40.17º 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 #C49E51 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 158 | 81 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.23 |
| HSL | 40.17º | 0.49% | 0.54% | - |
| HSV(B) | 40.17º | 0.59% | 0.77% | - |
| XYZ | 36.48 | 36.78 | 12.96 | - |
| YUV | 160.58 | 83.09 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 158 | 81 | 0 | 0.19 | 0.59 | 0.23 | 40.17 | 0.49 | 0.54 |
| Hex | C4 | 9E | 51 | 0 | 13 | 3B | 17 | 28 | 31 | 36 |
| Octal | 304 | 236 | 121 | 0 | 23 | 73 | 27 | 50 | 61 | 66 |
| Binary | 11000100 | 10011110 | 1010001 | 0 | 10011 | 111011 | 10111 | 101000 | 110001 | 110110 |
Color Harmonies of #C49E51
Complementary color
Monochromatic Colors of #C49E51
Black with #C49E51
Text Example
Text Example
White with #C49E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49E51; }
p { color: rgb(196,158,81); }
H1.HeaderClassName
{
color: #C49E51;
}
.AnyTagClassName
{
color: #C49E51;
}
</style>
background-color css
<style>
a { background-color: #C49E51; }
a { background-color: rgb(196,158,81); }
div.DivClassName
{
background-color: #C49E51;
}
.BgClassName
{
background-color: #C49E51;
}
</style>
border-color css
<style>
span { border-color: #C49E51; }
span { border-color: rgb(196,158,81); }
td.TdClassName
{
border-color: #C49E51;
}
.TagClassName
{
border-color: #C49E51;
}
</style>