Shades of Sundance #C49E4D
Tints of Sundance #C49E4D
RGB
CMYK
RGB Variations
Color information
#C49E4D (or 0xC49E4D) is known color: Sundance. HEX triplet: C4, 9E and 4D. RGB value is (196,158,77). Sum of RGB (Red+Green+Blue) = 196+158+77=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49E4D is #3B61B2. Grayscale: #A0A0A0. Windows color (decimal): -3891635 or 5086916. OLE color: 5086916.
HSL color Cylindrical-coordinate representation of color #C49E4D: hue angle of 40.84º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C49E4D is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 158 | 77 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.23 |
| HSL | 40.84º | 0.5% | 0.54% | - |
| HSV(B) | 40.84º | 0.61% | 0.77% | - |
| XYZ | 36.33 | 36.73 | 12.2 | - |
| YUV | 160.13 | 81.09 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 158 | 77 | 0 | 0.19 | 0.61 | 0.23 | 40.84 | 0.5 | 0.54 |
| Hex | C4 | 9E | 4D | 0 | 13 | 3D | 17 | 29 | 32 | 36 |
| Octal | 304 | 236 | 115 | 0 | 23 | 75 | 27 | 51 | 62 | 66 |
| Binary | 11000100 | 10011110 | 1001101 | 0 | 10011 | 111101 | 10111 | 101001 | 110010 | 110110 |
Color Harmonies of #C49E4D
Complementary color
Monochromatic Colors of #C49E4D
Black with #C49E4D
Text Example
Text Example
White with #C49E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49E4D; }
p { color: rgb(196,158,77); }
H1.HeaderClassName
{
color: #C49E4D;
}
.AnyTagClassName
{
color: #C49E4D;
}
</style>
background-color css
<style>
a { background-color: #C49E4D; }
a { background-color: rgb(196,158,77); }
div.DivClassName
{
background-color: #C49E4D;
}
.BgClassName
{
background-color: #C49E4D;
}
</style>
border-color css
<style>
span { border-color: #C49E4D; }
span { border-color: rgb(196,158,77); }
td.TdClassName
{
border-color: #C49E4D;
}
.TagClassName
{
border-color: #C49E4D;
}
</style>