Shades of Tussock #C7964E
Tints of Tussock #C7964E
RGB
CMYK
RGB Variations
Color information
#C7964E (or 0xC7964E) is known color: Tussock. HEX triplet: C7, 96 and 4E. RGB value is (199,150,78). Sum of RGB (Red+Green+Blue) = 199+150+78=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 78 (30.86% from 255 or 18.27% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C7964E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7964E is #3869B1. Grayscale: #9C9C9C. Windows color (decimal): -3697074 or 5150407. OLE color: 5150407.
HSL color Cylindrical-coordinate representation of color #C7964E: hue angle of 35.7º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C7964E is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 150 | 78 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.22 |
| HSL | 35.7º | 0.52% | 0.54% | - |
| HSV(B) | 35.7º | 0.61% | 0.78% | - |
| XYZ | 35.83 | 34.5 | 11.98 | - |
| YUV | 156.44 | 83.73 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 78 | 0 | 0.25 | 0.61 | 0.22 | 35.7 | 0.52 | 0.54 |
| Hex | C7 | 96 | 4E | 0 | 19 | 3D | 16 | 24 | 34 | 36 |
| Octal | 307 | 226 | 116 | 0 | 31 | 75 | 26 | 44 | 64 | 66 |
| Binary | 11000111 | 10010110 | 1001110 | 0 | 11001 | 111101 | 10110 | 100100 | 110100 | 110110 |
Color Harmonies of #C7964E
Complementary color
Monochromatic Colors of #C7964E
Black with #C7964E
Text Example
Text Example
White with #C7964E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7964E; }
p { color: rgb(199,150,78); }
H1.HeaderClassName
{
color: #C7964E;
}
.AnyTagClassName
{
color: #C7964E;
}
</style>
background-color css
<style>
a { background-color: #C7964E; }
a { background-color: rgb(199,150,78); }
div.DivClassName
{
background-color: #C7964E;
}
.BgClassName
{
background-color: #C7964E;
}
</style>
border-color css
<style>
span { border-color: #C7964E; }
span { border-color: rgb(199,150,78); }
td.TdClassName
{
border-color: #C7964E;
}
.TagClassName
{
border-color: #C7964E;
}
</style>