Shades of Tussock #C4964D
Tints of Tussock #C4964D
RGB
CMYK
RGB Variations
Color information
#C4964D (or 0xC4964D) is known color: Tussock. HEX triplet: C4, 96 and 4D. RGB value is (196,150,77). Sum of RGB (Red+Green+Blue) = 196+150+77=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 77 (30.47% from 255 or 18.20% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C4964D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4964D is #3B69B2. Grayscale: #9B9B9B. Windows color (decimal): -3893683 or 5084868. OLE color: 5084868.
HSL color Cylindrical-coordinate representation of color #C4964D: hue angle of 36.81º 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 #C4964D is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 150 | 77 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.23 |
| HSL | 36.81º | 0.5% | 0.54% | - |
| HSV(B) | 36.81º | 0.61% | 0.77% | - |
| XYZ | 35.01 | 34.08 | 11.75 | - |
| YUV | 155.43 | 83.74 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 150 | 77 | 0 | 0.23 | 0.61 | 0.23 | 36.81 | 0.5 | 0.54 |
| Hex | C4 | 96 | 4D | 0 | 17 | 3D | 17 | 25 | 32 | 36 |
| Octal | 304 | 226 | 115 | 0 | 27 | 75 | 27 | 45 | 62 | 66 |
| Binary | 11000100 | 10010110 | 1001101 | 0 | 10111 | 111101 | 10111 | 100101 | 110010 | 110110 |
Color Harmonies of #C4964D
Complementary color
Monochromatic Colors of #C4964D
Black with #C4964D
Text Example
Text Example
White with #C4964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4964D; }
p { color: rgb(196,150,77); }
H1.HeaderClassName
{
color: #C4964D;
}
.AnyTagClassName
{
color: #C4964D;
}
</style>
background-color css
<style>
a { background-color: #C4964D; }
a { background-color: rgb(196,150,77); }
div.DivClassName
{
background-color: #C4964D;
}
.BgClassName
{
background-color: #C4964D;
}
</style>
border-color css
<style>
span { border-color: #C4964D; }
span { border-color: rgb(196,150,77); }
td.TdClassName
{
border-color: #C4964D;
}
.TagClassName
{
border-color: #C4964D;
}
</style>