Shades of Tussock #C79647
Tints of Tussock #C79647
RGB
CMYK
RGB Variations
Color information
#C79647 (or 0xC79647) is known color: Tussock. HEX triplet: C7, 96 and 47. RGB value is (199,150,71). Sum of RGB (Red+Green+Blue) = 199+150+71=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 71 (28.12% from 255 or 16.90% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C79647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79647 is #3869B8. Grayscale: #9C9C9C. Windows color (decimal): -3697081 or 4691655. OLE color: 4691655.
HSL color Cylindrical-coordinate representation of color #C79647: hue angle of 37.03º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C79647 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 150 | 71 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.22 |
| HSL | 37.03º | 0.53% | 0.53% | - |
| HSV(B) | 37.03º | 0.64% | 0.78% | - |
| XYZ | 35.6 | 34.41 | 10.73 | - |
| YUV | 155.65 | 80.23 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 71 | 0 | 0.25 | 0.64 | 0.22 | 37.03 | 0.53 | 0.53 |
| Hex | C7 | 96 | 47 | 0 | 19 | 40 | 16 | 25 | 35 | 35 |
| Octal | 307 | 226 | 107 | 0 | 31 | 100 | 26 | 45 | 65 | 65 |
| Binary | 11000111 | 10010110 | 1000111 | 0 | 11001 | 1000000 | 10110 | 100101 | 110101 | 110101 |
Color Harmonies of #C79647
Complementary color
Monochromatic Colors of #C79647
Black with #C79647
Text Example
Text Example
White with #C79647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79647; }
p { color: rgb(199,150,71); }
H1.HeaderClassName
{
color: #C79647;
}
.AnyTagClassName
{
color: #C79647;
}
</style>
background-color css
<style>
a { background-color: #C79647; }
a { background-color: rgb(199,150,71); }
div.DivClassName
{
background-color: #C79647;
}
.BgClassName
{
background-color: #C79647;
}
</style>
border-color css
<style>
span { border-color: #C79647; }
span { border-color: rgb(199,150,71); }
td.TdClassName
{
border-color: #C79647;
}
.TagClassName
{
border-color: #C79647;
}
</style>