Shades of Tussock #C0864B
Tints of Tussock #C0864B
RGB
CMYK
RGB Variations
Color information
#C0864B (or 0xC0864B) is known color: Tussock. HEX triplet: C0, 86 and 4B. RGB value is (192,134,75). Sum of RGB (Red+Green+Blue) = 192+134+75=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 75 (29.69% from 255 or 18.70% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C0864B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0864B is #3F79B4. Grayscale: #909090. Windows color (decimal): -4159925 or 4949696. OLE color: 4949696.
HSL color Cylindrical-coordinate representation of color #C0864B: hue angle of 30.26º 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 #C0864B is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 134 | 75 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.25 |
| HSL | 30.26º | 0.48% | 0.52% | - |
| HSV(B) | 30.26º | 0.61% | 0.75% | - |
| XYZ | 31.53 | 28.76 | 10.55 | - |
| YUV | 144.62 | 88.72 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 75 | 0 | 0.30 | 0.61 | 0.25 | 30.26 | 0.48 | 0.52 |
| Hex | C0 | 86 | 4B | 0 | 1E | 3D | 19 | 1E | 30 | 34 |
| Octal | 300 | 206 | 113 | 0 | 36 | 75 | 31 | 36 | 60 | 64 |
| Binary | 11000000 | 10000110 | 1001011 | 0 | 11110 | 111101 | 11001 | 11110 | 110000 | 110100 |
Color Harmonies of #C0864B
Complementary color
Monochromatic Colors of #C0864B
Black with #C0864B
Text Example
Text Example
White with #C0864B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0864B; }
p { color: rgb(192,134,75); }
H1.HeaderClassName
{
color: #C0864B;
}
.AnyTagClassName
{
color: #C0864B;
}
</style>
background-color css
<style>
a { background-color: #C0864B; }
a { background-color: rgb(192,134,75); }
div.DivClassName
{
background-color: #C0864B;
}
.BgClassName
{
background-color: #C0864B;
}
</style>
border-color css
<style>
span { border-color: #C0864B; }
span { border-color: rgb(192,134,75); }
td.TdClassName
{
border-color: #C0864B;
}
.TagClassName
{
border-color: #C0864B;
}
</style>