Shades of Tussock #C0984B
Tints of Tussock #C0984B
RGB
CMYK
RGB Variations
Color information
#C0984B (or 0xC0984B) is known color: Tussock. HEX triplet: C0, 98 and 4B. RGB value is (192,152,75). Sum of RGB (Red+Green+Blue) = 192+152+75=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 75 (29.69% from 255 or 17.90% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C0984B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0984B is #3F67B4. Grayscale: #9B9B9B. Windows color (decimal): -4155317 or 4954304. OLE color: 4954304.
HSL color Cylindrical-coordinate representation of color #C0984B: hue angle of 39.49º 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 #C0984B is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 152 | 75 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.25 |
| HSL | 39.49º | 0.48% | 0.52% | - |
| HSV(B) | 39.49º | 0.61% | 0.75% | - |
| XYZ | 34.24 | 34.17 | 11.45 | - |
| YUV | 155.18 | 82.75 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 75 | 0 | 0.21 | 0.61 | 0.25 | 39.49 | 0.48 | 0.52 |
| Hex | C0 | 98 | 4B | 0 | 15 | 3D | 19 | 27 | 30 | 34 |
| Octal | 300 | 230 | 113 | 0 | 25 | 75 | 31 | 47 | 60 | 64 |
| Binary | 11000000 | 10011000 | 1001011 | 0 | 10101 | 111101 | 11001 | 100111 | 110000 | 110100 |
Color Harmonies of #C0984B
Complementary color
Monochromatic Colors of #C0984B
Black with #C0984B
Text Example
Text Example
White with #C0984B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0984B; }
p { color: rgb(192,152,75); }
H1.HeaderClassName
{
color: #C0984B;
}
.AnyTagClassName
{
color: #C0984B;
}
</style>
background-color css
<style>
a { background-color: #C0984B; }
a { background-color: rgb(192,152,75); }
div.DivClassName
{
background-color: #C0984B;
}
.BgClassName
{
background-color: #C0984B;
}
</style>
border-color css
<style>
span { border-color: #C0984B; }
span { border-color: rgb(192,152,75); }
td.TdClassName
{
border-color: #C0984B;
}
.TagClassName
{
border-color: #C0984B;
}
</style>