Shades of Tussock #C0914B
Tints of Tussock #C0914B
RGB
CMYK
RGB Variations
Color information
#C0914B (or 0xC0914B) is known color: Tussock. HEX triplet: C0, 91 and 4B. RGB value is (192,145,75). Sum of RGB (Red+Green+Blue) = 192+145+75=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 75 (29.69% from 255 or 18.20% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C0914B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0914B is #3F6EB4. Grayscale: #979797. Windows color (decimal): -4157109 or 4952512. OLE color: 4952512.
HSL color Cylindrical-coordinate representation of color #C0914B: hue angle of 35.9º 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 #C0914B is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 145 | 75 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.25 |
| HSL | 35.9º | 0.48% | 0.52% | - |
| HSV(B) | 35.9º | 0.61% | 0.75% | - |
| XYZ | 33.13 | 31.97 | 11.08 | - |
| YUV | 151.07 | 85.07 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 145 | 75 | 0 | 0.24 | 0.61 | 0.25 | 35.9 | 0.48 | 0.52 |
| Hex | C0 | 91 | 4B | 0 | 18 | 3D | 19 | 24 | 30 | 34 |
| Octal | 300 | 221 | 113 | 0 | 30 | 75 | 31 | 44 | 60 | 64 |
| Binary | 11000000 | 10010001 | 1001011 | 0 | 11000 | 111101 | 11001 | 100100 | 110000 | 110100 |
Color Harmonies of #C0914B
Complementary color
Monochromatic Colors of #C0914B
Black with #C0914B
Text Example
Text Example
White with #C0914B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0914B; }
p { color: rgb(192,145,75); }
H1.HeaderClassName
{
color: #C0914B;
}
.AnyTagClassName
{
color: #C0914B;
}
</style>
background-color css
<style>
a { background-color: #C0914B; }
a { background-color: rgb(192,145,75); }
div.DivClassName
{
background-color: #C0914B;
}
.BgClassName
{
background-color: #C0914B;
}
</style>
border-color css
<style>
span { border-color: #C0914B; }
span { border-color: rgb(192,145,75); }
td.TdClassName
{
border-color: #C0914B;
}
.TagClassName
{
border-color: #C0914B;
}
</style>