Shades of Tussock #C08A4E
Tints of Tussock #C08A4E
RGB
CMYK
RGB Variations
Color information
#C08A4E (or 0xC08A4E) is known color: Tussock. HEX triplet: C0, 8A and 4E. RGB value is (192,138,78). Sum of RGB (Red+Green+Blue) = 192+138+78=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 78 (30.86% from 255 or 19.12% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08A4E is #3F75B1. Grayscale: #939393. Windows color (decimal): -4158898 or 5147328. OLE color: 5147328.
HSL color Cylindrical-coordinate representation of color #C08A4E: hue angle of 31.58º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C08A4E is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 138 | 78 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.25 |
| HSL | 31.58º | 0.48% | 0.53% | - |
| HSV(B) | 31.58º | 0.59% | 0.75% | - |
| XYZ | 32.2 | 29.93 | 11.29 | - |
| YUV | 147.31 | 88.89 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 138 | 78 | 0 | 0.28 | 0.59 | 0.25 | 31.58 | 0.48 | 0.53 |
| Hex | C0 | 8A | 4E | 0 | 1C | 3B | 19 | 20 | 30 | 35 |
| Octal | 300 | 212 | 116 | 0 | 34 | 73 | 31 | 40 | 60 | 65 |
| Binary | 11000000 | 10001010 | 1001110 | 0 | 11100 | 111011 | 11001 | 100000 | 110000 | 110101 |
Color Harmonies of #C08A4E
Complementary color
Monochromatic Colors of #C08A4E
Black with #C08A4E
Text Example
Text Example
White with #C08A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08A4E; }
p { color: rgb(192,138,78); }
H1.HeaderClassName
{
color: #C08A4E;
}
.AnyTagClassName
{
color: #C08A4E;
}
</style>
background-color css
<style>
a { background-color: #C08A4E; }
a { background-color: rgb(192,138,78); }
div.DivClassName
{
background-color: #C08A4E;
}
.BgClassName
{
background-color: #C08A4E;
}
</style>
border-color css
<style>
span { border-color: #C08A4E; }
span { border-color: rgb(192,138,78); }
td.TdClassName
{
border-color: #C08A4E;
}
.TagClassName
{
border-color: #C08A4E;
}
</style>