Shades of Tussock #C7964B
Tints of Tussock #C7964B
RGB
CMYK
RGB Variations
Color information
#C7964B (or 0xC7964B) is known color: Tussock. HEX triplet: C7, 96 and 4B. RGB value is (199,150,75). Sum of RGB (Red+Green+Blue) = 199+150+75=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 75 (29.69% from 255 or 17.69% from 424); Max value from RGB is 199 - color contains mainly: red. Hex color #C7964B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7964B is #3869B4. Grayscale: #9C9C9C. Windows color (decimal): -3697077 or 4953799. OLE color: 4953799.
HSL color Cylindrical-coordinate representation of color #C7964B: hue angle of 36.29º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C7964B is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 150 | 75 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.22 |
| HSL | 36.29º | 0.53% | 0.54% | - |
| HSV(B) | 36.29º | 0.62% | 0.78% | - |
| XYZ | 35.73 | 34.46 | 11.43 | - |
| YUV | 156.1 | 82.23 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 75 | 0 | 0.25 | 0.62 | 0.22 | 36.29 | 0.53 | 0.54 |
| Hex | C7 | 96 | 4B | 0 | 19 | 3E | 16 | 24 | 35 | 36 |
| Octal | 307 | 226 | 113 | 0 | 31 | 76 | 26 | 44 | 65 | 66 |
| Binary | 11000111 | 10010110 | 1001011 | 0 | 11001 | 111110 | 10110 | 100100 | 110101 | 110110 |
Color Harmonies of #C7964B
Complementary color
Monochromatic Colors of #C7964B
Black with #C7964B
Text Example
Text Example
White with #C7964B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7964B; }
p { color: rgb(199,150,75); }
H1.HeaderClassName
{
color: #C7964B;
}
.AnyTagClassName
{
color: #C7964B;
}
</style>
background-color css
<style>
a { background-color: #C7964B; }
a { background-color: rgb(199,150,75); }
div.DivClassName
{
background-color: #C7964B;
}
.BgClassName
{
background-color: #C7964B;
}
</style>
border-color css
<style>
span { border-color: #C7964B; }
span { border-color: rgb(199,150,75); }
td.TdClassName
{
border-color: #C7964B;
}
.TagClassName
{
border-color: #C7964B;
}
</style>