Shades of Sundance #C49E4E
Tints of Sundance #C49E4E
RGB
CMYK
RGB Variations
Color information
#C49E4E (or 0xC49E4E) is known color: Sundance. HEX triplet: C4, 9E and 4E. RGB value is (196,158,78). Sum of RGB (Red+Green+Blue) = 196+158+78=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 78 (30.86% from 255 or 18.06% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49E4E is #3B61B1. Grayscale: #A0A0A0. Windows color (decimal): -3891634 or 5152452. OLE color: 5152452.
HSL color Cylindrical-coordinate representation of color #C49E4E: hue angle of 40.68º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C49E4E is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 158 | 78 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.23 |
| HSL | 40.68º | 0.5% | 0.54% | - |
| HSV(B) | 40.68º | 0.6% | 0.77% | - |
| XYZ | 36.37 | 36.74 | 12.38 | - |
| YUV | 160.24 | 81.59 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 158 | 78 | 0 | 0.19 | 0.60 | 0.23 | 40.68 | 0.5 | 0.54 |
| Hex | C4 | 9E | 4E | 0 | 13 | 3C | 17 | 29 | 32 | 36 |
| Octal | 304 | 236 | 116 | 0 | 23 | 74 | 27 | 51 | 62 | 66 |
| Binary | 11000100 | 10011110 | 1001110 | 0 | 10011 | 111100 | 10111 | 101001 | 110010 | 110110 |
Color Harmonies of #C49E4E
Complementary color
Monochromatic Colors of #C49E4E
Black with #C49E4E
Text Example
Text Example
White with #C49E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49E4E; }
p { color: rgb(196,158,78); }
H1.HeaderClassName
{
color: #C49E4E;
}
.AnyTagClassName
{
color: #C49E4E;
}
</style>
background-color css
<style>
a { background-color: #C49E4E; }
a { background-color: rgb(196,158,78); }
div.DivClassName
{
background-color: #C49E4E;
}
.BgClassName
{
background-color: #C49E4E;
}
</style>
border-color css
<style>
span { border-color: #C49E4E; }
span { border-color: rgb(196,158,78); }
td.TdClassName
{
border-color: #C49E4E;
}
.TagClassName
{
border-color: #C49E4E;
}
</style>