Shades of Tussock #C7964D
Tints of Tussock #C7964D
RGB
CMYK
RGB Variations
Color information
#C7964D (or 0xC7964D) is known color: Tussock. HEX triplet: C7, 96 and 4D. RGB value is (199,150,77). Sum of RGB (Red+Green+Blue) = 199+150+77=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C7964D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7964D is #3869B2. Grayscale: #9C9C9C. Windows color (decimal): -3697075 or 5084871. OLE color: 5084871.
HSL color Cylindrical-coordinate representation of color #C7964D: hue angle of 35.9º 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 #C7964D is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 150 | 77 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.22 |
| HSL | 35.9º | 0.52% | 0.54% | - |
| HSV(B) | 35.9º | 0.61% | 0.78% | - |
| XYZ | 35.8 | 34.49 | 11.79 | - |
| YUV | 156.33 | 83.23 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 77 | 0 | 0.25 | 0.61 | 0.22 | 35.9 | 0.52 | 0.54 |
| Hex | C7 | 96 | 4D | 0 | 19 | 3D | 16 | 24 | 34 | 36 |
| Octal | 307 | 226 | 115 | 0 | 31 | 75 | 26 | 44 | 64 | 66 |
| Binary | 11000111 | 10010110 | 1001101 | 0 | 11001 | 111101 | 10110 | 100100 | 110100 | 110110 |
Color Harmonies of #C7964D
Complementary color
Monochromatic Colors of #C7964D
Black with #C7964D
Text Example
Text Example
White with #C7964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7964D; }
p { color: rgb(199,150,77); }
H1.HeaderClassName
{
color: #C7964D;
}
.AnyTagClassName
{
color: #C7964D;
}
</style>
background-color css
<style>
a { background-color: #C7964D; }
a { background-color: rgb(199,150,77); }
div.DivClassName
{
background-color: #C7964D;
}
.BgClassName
{
background-color: #C7964D;
}
</style>
border-color css
<style>
span { border-color: #C7964D; }
span { border-color: rgb(199,150,77); }
td.TdClassName
{
border-color: #C7964D;
}
.TagClassName
{
border-color: #C7964D;
}
</style>