Shades of Tussock #C4954E
Tints of Tussock #C4954E
RGB
CMYK
RGB Variations
Color information
#C4954E (or 0xC4954E) is known color: Tussock. HEX triplet: C4, 95 and 4E. RGB value is (196,149,78). Sum of RGB (Red+Green+Blue) = 196+149+78=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 78 (30.86% from 255 or 18.44% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C4954E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4954E is #3B6AB1. Grayscale: #9B9B9B. Windows color (decimal): -3893938 or 5150148. OLE color: 5150148.
HSL color Cylindrical-coordinate representation of color #C4954E: hue angle of 36.1º 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 #C4954E is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 149 | 78 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.23 |
| HSL | 36.1º | 0.5% | 0.54% | - |
| HSV(B) | 36.1º | 0.6% | 0.77% | - |
| XYZ | 34.89 | 33.78 | 11.89 | - |
| YUV | 154.96 | 84.57 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 149 | 78 | 0 | 0.24 | 0.60 | 0.23 | 36.1 | 0.5 | 0.54 |
| Hex | C4 | 95 | 4E | 0 | 18 | 3C | 17 | 24 | 32 | 36 |
| Octal | 304 | 225 | 116 | 0 | 30 | 74 | 27 | 44 | 62 | 66 |
| Binary | 11000100 | 10010101 | 1001110 | 0 | 11000 | 111100 | 10111 | 100100 | 110010 | 110110 |
Color Harmonies of #C4954E
Complementary color
Monochromatic Colors of #C4954E
Black with #C4954E
Text Example
Text Example
White with #C4954E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4954E; }
p { color: rgb(196,149,78); }
H1.HeaderClassName
{
color: #C4954E;
}
.AnyTagClassName
{
color: #C4954E;
}
</style>
background-color css
<style>
a { background-color: #C4954E; }
a { background-color: rgb(196,149,78); }
div.DivClassName
{
background-color: #C4954E;
}
.BgClassName
{
background-color: #C4954E;
}
</style>
border-color css
<style>
span { border-color: #C4954E; }
span { border-color: rgb(196,149,78); }
td.TdClassName
{
border-color: #C4954E;
}
.TagClassName
{
border-color: #C4954E;
}
</style>