Shades of Tussock #C0964C
Tints of Tussock #C0964C
RGB
CMYK
RGB Variations
Color information
#C0964C (or 0xC0964C) is known color: Tussock. HEX triplet: C0, 96 and 4C. RGB value is (192,150,76). Sum of RGB (Red+Green+Blue) = 192+150+76=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 76 (30.08% from 255 or 18.18% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C0964C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0964C is #3F69B3. Grayscale: #9A9A9A. Windows color (decimal): -4155828 or 5019328. OLE color: 5019328.
HSL color Cylindrical-coordinate representation of color #C0964C: hue angle of 38.28º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0964C is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 150 | 76 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.25 |
| HSL | 38.28º | 0.48% | 0.53% | - |
| HSV(B) | 38.28º | 0.6% | 0.75% | - |
| XYZ | 33.95 | 33.54 | 11.52 | - |
| YUV | 154.12 | 83.91 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 150 | 76 | 0 | 0.22 | 0.60 | 0.25 | 38.28 | 0.48 | 0.53 |
| Hex | C0 | 96 | 4C | 0 | 16 | 3C | 19 | 26 | 30 | 35 |
| Octal | 300 | 226 | 114 | 0 | 26 | 74 | 31 | 46 | 60 | 65 |
| Binary | 11000000 | 10010110 | 1001100 | 0 | 10110 | 111100 | 11001 | 100110 | 110000 | 110101 |
Color Harmonies of #C0964C
Complementary color
Monochromatic Colors of #C0964C
Black with #C0964C
Text Example
Text Example
White with #C0964C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0964C; }
p { color: rgb(192,150,76); }
H1.HeaderClassName
{
color: #C0964C;
}
.AnyTagClassName
{
color: #C0964C;
}
</style>
background-color css
<style>
a { background-color: #C0964C; }
a { background-color: rgb(192,150,76); }
div.DivClassName
{
background-color: #C0964C;
}
.BgClassName
{
background-color: #C0964C;
}
</style>
border-color css
<style>
span { border-color: #C0964C; }
span { border-color: rgb(192,150,76); }
td.TdClassName
{
border-color: #C0964C;
}
.TagClassName
{
border-color: #C0964C;
}
</style>