Shades of Tussock #C89848
Tints of Tussock #C89848
RGB
CMYK
RGB Variations
Color information
#C89848 (or 0xC89848) is known color: Tussock. HEX triplet: C8, 98 and 48. RGB value is (200,152,72). Sum of RGB (Red+Green+Blue) = 200+152+72=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 72 (28.52% from 255 or 16.98% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C89848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89848 is #3767B7. Grayscale: #9D9D9D. Windows color (decimal): -3631032 or 4757704. OLE color: 4757704.
HSL color Cylindrical-coordinate representation of color #C89848: hue angle of 37.5º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C89848 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 152 | 72 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.22 |
| HSL | 37.5º | 0.54% | 0.53% | - |
| HSV(B) | 37.5º | 0.64% | 0.78% | - |
| XYZ | 36.22 | 35.2 | 11.02 | - |
| YUV | 157.23 | 79.9 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 152 | 72 | 0 | 0.24 | 0.64 | 0.22 | 37.5 | 0.54 | 0.53 |
| Hex | C8 | 98 | 48 | 0 | 18 | 40 | 16 | 26 | 36 | 35 |
| Octal | 310 | 230 | 110 | 0 | 30 | 100 | 26 | 46 | 66 | 65 |
| Binary | 11001000 | 10011000 | 1001000 | 0 | 11000 | 1000000 | 10110 | 100110 | 110110 | 110101 |
Color Harmonies of #C89848
Complementary color
Monochromatic Colors of #C89848
Black with #C89848
Text Example
Text Example
White with #C89848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89848; }
p { color: rgb(200,152,72); }
H1.HeaderClassName
{
color: #C89848;
}
.AnyTagClassName
{
color: #C89848;
}
</style>
background-color css
<style>
a { background-color: #C89848; }
a { background-color: rgb(200,152,72); }
div.DivClassName
{
background-color: #C89848;
}
.BgClassName
{
background-color: #C89848;
}
</style>
border-color css
<style>
span { border-color: #C89848; }
span { border-color: rgb(200,152,72); }
td.TdClassName
{
border-color: #C89848;
}
.TagClassName
{
border-color: #C89848;
}
</style>