Shades of Tussock #C79849
Tints of Tussock #C79849
RGB
CMYK
RGB Variations
Color information
#C79849 (or 0xC79849) is known color: Tussock. HEX triplet: C7, 98 and 49. RGB value is (199,152,73). Sum of RGB (Red+Green+Blue) = 199+152+73=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 73 (28.91% from 255 or 17.22% from 424); Max value from RGB is 199 - color contains mainly: red. Hex color #C79849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79849 is #3867B6. Grayscale: #9D9D9D. Windows color (decimal): -3696567 or 4823239. OLE color: 4823239.
HSL color Cylindrical-coordinate representation of color #C79849: hue angle of 37.62º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C79849 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 152 | 73 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.22 |
| HSL | 37.62º | 0.53% | 0.53% | - |
| HSV(B) | 37.62º | 0.63% | 0.78% | - |
| XYZ | 35.98 | 35.08 | 11.18 | - |
| YUV | 157.05 | 80.57 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 152 | 73 | 0 | 0.24 | 0.63 | 0.22 | 37.62 | 0.53 | 0.53 |
| Hex | C7 | 98 | 49 | 0 | 18 | 3F | 16 | 26 | 35 | 35 |
| Octal | 307 | 230 | 111 | 0 | 30 | 77 | 26 | 46 | 65 | 65 |
| Binary | 11000111 | 10011000 | 1001001 | 0 | 11000 | 111111 | 10110 | 100110 | 110101 | 110101 |
Color Harmonies of #C79849
Complementary color
Monochromatic Colors of #C79849
Black with #C79849
Text Example
Text Example
White with #C79849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79849; }
p { color: rgb(199,152,73); }
H1.HeaderClassName
{
color: #C79849;
}
.AnyTagClassName
{
color: #C79849;
}
</style>
background-color css
<style>
a { background-color: #C79849; }
a { background-color: rgb(199,152,73); }
div.DivClassName
{
background-color: #C79849;
}
.BgClassName
{
background-color: #C79849;
}
</style>
border-color css
<style>
span { border-color: #C79849; }
span { border-color: rgb(199,152,73); }
td.TdClassName
{
border-color: #C79849;
}
.TagClassName
{
border-color: #C79849;
}
</style>