Shades of Tussock #C0964B
Tints of Tussock #C0964B
RGB
CMYK
RGB Variations
Color information
#C0964B (or 0xC0964B) is known color: Tussock. HEX triplet: C0, 96 and 4B. RGB value is (192,150,75). Sum of RGB (Red+Green+Blue) = 192+150+75=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C0964B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0964B is #3F69B4. Grayscale: #9A9A9A. Windows color (decimal): -4155829 or 4953792. OLE color: 4953792.
HSL color Cylindrical-coordinate representation of color #C0964B: hue angle of 38.46º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0964B is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 150 | 75 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.25 |
| HSL | 38.46º | 0.48% | 0.52% | - |
| HSV(B) | 38.46º | 0.61% | 0.75% | - |
| XYZ | 33.91 | 33.53 | 11.34 | - |
| YUV | 154.01 | 83.41 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 150 | 75 | 0 | 0.22 | 0.61 | 0.25 | 38.46 | 0.48 | 0.52 |
| Hex | C0 | 96 | 4B | 0 | 16 | 3D | 19 | 26 | 30 | 34 |
| Octal | 300 | 226 | 113 | 0 | 26 | 75 | 31 | 46 | 60 | 64 |
| Binary | 11000000 | 10010110 | 1001011 | 0 | 10110 | 111101 | 11001 | 100110 | 110000 | 110100 |
Color Harmonies of #C0964B
Complementary color
Monochromatic Colors of #C0964B
Black with #C0964B
Text Example
Text Example
White with #C0964B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0964B; }
p { color: rgb(192,150,75); }
H1.HeaderClassName
{
color: #C0964B;
}
.AnyTagClassName
{
color: #C0964B;
}
</style>
background-color css
<style>
a { background-color: #C0964B; }
a { background-color: rgb(192,150,75); }
div.DivClassName
{
background-color: #C0964B;
}
.BgClassName
{
background-color: #C0964B;
}
</style>
border-color css
<style>
span { border-color: #C0964B; }
span { border-color: rgb(192,150,75); }
td.TdClassName
{
border-color: #C0964B;
}
.TagClassName
{
border-color: #C0964B;
}
</style>