Shades of Tussock #C0894B
Tints of Tussock #C0894B
RGB
CMYK
RGB Variations
Color information
#C0894B (or 0xC0894B) is known color: Tussock. HEX triplet: C0, 89 and 4B. RGB value is (192,137,75). Sum of RGB (Red+Green+Blue) = 192+137+75=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 75 (29.69% from 255 or 18.56% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C0894B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0894B is #3F76B4. Grayscale: #929292. Windows color (decimal): -4159157 or 4950464. OLE color: 4950464.
HSL color Cylindrical-coordinate representation of color #C0894B: hue angle of 31.79º 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 #C0894B is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 137 | 75 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.25 |
| HSL | 31.79º | 0.48% | 0.52% | - |
| HSV(B) | 31.79º | 0.61% | 0.75% | - |
| XYZ | 31.95 | 29.61 | 10.69 | - |
| YUV | 146.38 | 87.72 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 75 | 0 | 0.29 | 0.61 | 0.25 | 31.79 | 0.48 | 0.52 |
| Hex | C0 | 89 | 4B | 0 | 1D | 3D | 19 | 20 | 30 | 34 |
| Octal | 300 | 211 | 113 | 0 | 35 | 75 | 31 | 40 | 60 | 64 |
| Binary | 11000000 | 10001001 | 1001011 | 0 | 11101 | 111101 | 11001 | 100000 | 110000 | 110100 |
Color Harmonies of #C0894B
Complementary color
Monochromatic Colors of #C0894B
Black with #C0894B
Text Example
Text Example
White with #C0894B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0894B; }
p { color: rgb(192,137,75); }
H1.HeaderClassName
{
color: #C0894B;
}
.AnyTagClassName
{
color: #C0894B;
}
</style>
background-color css
<style>
a { background-color: #C0894B; }
a { background-color: rgb(192,137,75); }
div.DivClassName
{
background-color: #C0894B;
}
.BgClassName
{
background-color: #C0894B;
}
</style>
border-color css
<style>
span { border-color: #C0894B; }
span { border-color: rgb(192,137,75); }
td.TdClassName
{
border-color: #C0894B;
}
.TagClassName
{
border-color: #C0894B;
}
</style>