Shades of Tussock #C79850
Tints of Tussock #C79850
RGB
CMYK
RGB Variations
Color information
#C79850 (or 0xC79850) is known color: Tussock. HEX triplet: C7, 98 and 50. RGB value is (199,152,80). Sum of RGB (Red+Green+Blue) = 199+152+80=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 199 - color contains mainly: red. Hex color #C79850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79850 is #3867AF. Grayscale: #9E9E9E. Windows color (decimal): -3696560 or 5281991. OLE color: 5281991.
HSL color Cylindrical-coordinate representation of color #C79850: hue angle of 36.3º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C79850 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 152 | 80 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.22 |
| HSL | 36.3º | 0.52% | 0.55% | - |
| HSV(B) | 36.3º | 0.6% | 0.78% | - |
| XYZ | 36.23 | 35.18 | 12.47 | - |
| YUV | 157.85 | 84.07 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 152 | 80 | 0 | 0.24 | 0.60 | 0.22 | 36.3 | 0.52 | 0.55 |
| Hex | C7 | 98 | 50 | 0 | 18 | 3C | 16 | 24 | 34 | 37 |
| Octal | 307 | 230 | 120 | 0 | 30 | 74 | 26 | 44 | 64 | 67 |
| Binary | 11000111 | 10011000 | 1010000 | 0 | 11000 | 111100 | 10110 | 100100 | 110100 | 110111 |
Color Harmonies of #C79850
Complementary color
Monochromatic Colors of #C79850
Black with #C79850
Text Example
Text Example
White with #C79850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79850; }
p { color: rgb(199,152,80); }
H1.HeaderClassName
{
color: #C79850;
}
.AnyTagClassName
{
color: #C79850;
}
</style>
background-color css
<style>
a { background-color: #C79850; }
a { background-color: rgb(199,152,80); }
div.DivClassName
{
background-color: #C79850;
}
.BgClassName
{
background-color: #C79850;
}
</style>
border-color css
<style>
span { border-color: #C79850; }
span { border-color: rgb(199,152,80); }
td.TdClassName
{
border-color: #C79850;
}
.TagClassName
{
border-color: #C79850;
}
</style>