Shades of Sundance #C49E4F
Tints of Sundance #C49E4F
RGB
CMYK
RGB Variations
Color information
#C49E4F (or 0xC49E4F) is known color: Sundance. HEX triplet: C4, 9E and 4F. RGB value is (196,158,79). Sum of RGB (Red+Green+Blue) = 196+158+79=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 79 (31.25% from 255 or 18.24% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49E4F is #3B61B0. Grayscale: #A0A0A0. Windows color (decimal): -3891633 or 5217988. OLE color: 5217988.
HSL color Cylindrical-coordinate representation of color #C49E4F: hue angle of 40.51º 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 #C49E4F is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 158 | 79 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.23 |
| HSL | 40.51º | 0.5% | 0.54% | - |
| HSV(B) | 40.51º | 0.6% | 0.77% | - |
| XYZ | 36.4 | 36.75 | 12.57 | - |
| YUV | 160.36 | 82.09 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 158 | 79 | 0 | 0.19 | 0.60 | 0.23 | 40.51 | 0.5 | 0.54 |
| Hex | C4 | 9E | 4F | 0 | 13 | 3C | 17 | 29 | 32 | 36 |
| Octal | 304 | 236 | 117 | 0 | 23 | 74 | 27 | 51 | 62 | 66 |
| Binary | 11000100 | 10011110 | 1001111 | 0 | 10011 | 111100 | 10111 | 101001 | 110010 | 110110 |
Color Harmonies of #C49E4F
Complementary color
Monochromatic Colors of #C49E4F
Black with #C49E4F
Text Example
Text Example
White with #C49E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49E4F; }
p { color: rgb(196,158,79); }
H1.HeaderClassName
{
color: #C49E4F;
}
.AnyTagClassName
{
color: #C49E4F;
}
</style>
background-color css
<style>
a { background-color: #C49E4F; }
a { background-color: rgb(196,158,79); }
div.DivClassName
{
background-color: #C49E4F;
}
.BgClassName
{
background-color: #C49E4F;
}
</style>
border-color css
<style>
span { border-color: #C49E4F; }
span { border-color: rgb(196,158,79); }
td.TdClassName
{
border-color: #C49E4F;
}
.TagClassName
{
border-color: #C49E4F;
}
</style>