Shades of Tussock #C49D4F
Tints of Tussock #C49D4F
RGB
CMYK
RGB Variations
Color information
#C49D4F (or 0xC49D4F) is known color: Tussock. HEX triplet: C4, 9D and 4F. RGB value is (196,157,79). Sum of RGB (Red+Green+Blue) = 196+157+79=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 79 (31.25% from 255 or 18.29% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49D4F is #3B62B0. Grayscale: #A0A0A0. Windows color (decimal): -3891889 or 5217732. OLE color: 5217732.
HSL color Cylindrical-coordinate representation of color #C49D4F: hue angle of 40º 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 #C49D4F is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 157 | 79 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.23 |
| HSL | 40º | 0.5% | 0.54% | - |
| HSV(B) | 40º | 0.6% | 0.77% | - |
| XYZ | 36.23 | 36.41 | 12.52 | - |
| YUV | 159.77 | 82.42 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 157 | 79 | 0 | 0.20 | 0.60 | 0.23 | 40 | 0.5 | 0.54 |
| Hex | C4 | 9D | 4F | 0 | 14 | 3C | 17 | 28 | 32 | 36 |
| Octal | 304 | 235 | 117 | 0 | 24 | 74 | 27 | 50 | 62 | 66 |
| Binary | 11000100 | 10011101 | 1001111 | 0 | 10100 | 111100 | 10111 | 101000 | 110010 | 110110 |
Color Harmonies of #C49D4F
Complementary color
Monochromatic Colors of #C49D4F
Black with #C49D4F
Text Example
Text Example
White with #C49D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49D4F; }
p { color: rgb(196,157,79); }
H1.HeaderClassName
{
color: #C49D4F;
}
.AnyTagClassName
{
color: #C49D4F;
}
</style>
background-color css
<style>
a { background-color: #C49D4F; }
a { background-color: rgb(196,157,79); }
div.DivClassName
{
background-color: #C49D4F;
}
.BgClassName
{
background-color: #C49D4F;
}
</style>
border-color css
<style>
span { border-color: #C49D4F; }
span { border-color: rgb(196,157,79); }
td.TdClassName
{
border-color: #C49D4F;
}
.TagClassName
{
border-color: #C49D4F;
}
</style>