Shades of Tussock #C4994D
Tints of Tussock #C4994D
RGB
CMYK
RGB Variations
Color information
#C4994D (or 0xC4994D) is known color: Tussock. HEX triplet: C4, 99 and 4D. RGB value is (196,153,77). Sum of RGB (Red+Green+Blue) = 196+153+77=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C4994D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4994D is #3B66B2. Grayscale: #9D9D9D. Windows color (decimal): -3892915 or 5085636. OLE color: 5085636.
HSL color Cylindrical-coordinate representation of color #C4994D: hue angle of 38.32º 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 #C4994D is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 153 | 77 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.23 |
| HSL | 38.32º | 0.5% | 0.54% | - |
| HSV(B) | 38.32º | 0.61% | 0.77% | - |
| XYZ | 35.5 | 35.05 | 11.92 | - |
| YUV | 157.19 | 82.75 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 153 | 77 | 0 | 0.22 | 0.61 | 0.23 | 38.32 | 0.5 | 0.54 |
| Hex | C4 | 99 | 4D | 0 | 16 | 3D | 17 | 26 | 32 | 36 |
| Octal | 304 | 231 | 115 | 0 | 26 | 75 | 27 | 46 | 62 | 66 |
| Binary | 11000100 | 10011001 | 1001101 | 0 | 10110 | 111101 | 10111 | 100110 | 110010 | 110110 |
Color Harmonies of #C4994D
Complementary color
Monochromatic Colors of #C4994D
Black with #C4994D
Text Example
Text Example
White with #C4994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4994D; }
p { color: rgb(196,153,77); }
H1.HeaderClassName
{
color: #C4994D;
}
.AnyTagClassName
{
color: #C4994D;
}
</style>
background-color css
<style>
a { background-color: #C4994D; }
a { background-color: rgb(196,153,77); }
div.DivClassName
{
background-color: #C4994D;
}
.BgClassName
{
background-color: #C4994D;
}
</style>
border-color css
<style>
span { border-color: #C4994D; }
span { border-color: rgb(196,153,77); }
td.TdClassName
{
border-color: #C4994D;
}
.TagClassName
{
border-color: #C4994D;
}
</style>