Shades of Tussock #C0964A
Tints of Tussock #C0964A
RGB
CMYK
RGB Variations
Color information
#C0964A (or 0xC0964A) is known color: Tussock. HEX triplet: C0, 96 and 4A. RGB value is (192,150,74). Sum of RGB (Red+Green+Blue) = 192+150+74=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 74 (29.30% from 255 or 17.79% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C0964A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0964A is #3F69B5. Grayscale: #9A9A9A. Windows color (decimal): -4155830 or 4888256. OLE color: 4888256.
HSL color Cylindrical-coordinate representation of color #C0964A: hue angle of 38.64º 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 #C0964A is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 150 | 74 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.25 |
| HSL | 38.64º | 0.48% | 0.52% | - |
| HSV(B) | 38.64º | 0.61% | 0.75% | - |
| XYZ | 33.88 | 33.51 | 11.16 | - |
| YUV | 153.89 | 82.91 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 150 | 74 | 0 | 0.22 | 0.61 | 0.25 | 38.64 | 0.48 | 0.52 |
| Hex | C0 | 96 | 4A | 0 | 16 | 3D | 19 | 27 | 30 | 34 |
| Octal | 300 | 226 | 112 | 0 | 26 | 75 | 31 | 47 | 60 | 64 |
| Binary | 11000000 | 10010110 | 1001010 | 0 | 10110 | 111101 | 11001 | 100111 | 110000 | 110100 |
Color Harmonies of #C0964A
Complementary color
Monochromatic Colors of #C0964A
Black with #C0964A
Text Example
Text Example
White with #C0964A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0964A; }
p { color: rgb(192,150,74); }
H1.HeaderClassName
{
color: #C0964A;
}
.AnyTagClassName
{
color: #C0964A;
}
</style>
background-color css
<style>
a { background-color: #C0964A; }
a { background-color: rgb(192,150,74); }
div.DivClassName
{
background-color: #C0964A;
}
.BgClassName
{
background-color: #C0964A;
}
</style>
border-color css
<style>
span { border-color: #C0964A; }
span { border-color: rgb(192,150,74); }
td.TdClassName
{
border-color: #C0964A;
}
.TagClassName
{
border-color: #C0964A;
}
</style>