Shades of Tussock #C89A47
Tints of Tussock #C89A47
RGB
CMYK
RGB Variations
Color information
#C89A47 (or 0xC89A47) is known color: Tussock. HEX triplet: C8, 9A and 47. RGB value is (200,154,71). Sum of RGB (Red+Green+Blue) = 200+154+71=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 71 (28.12% from 255 or 16.71% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C89A47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89A47 is #3765B8. Grayscale: #9E9E9E. Windows color (decimal): -3630521 or 4692680. OLE color: 4692680.
HSL color Cylindrical-coordinate representation of color #C89A47: hue angle of 38.6º 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 #C89A47 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 154 | 71 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.22 |
| HSL | 38.6º | 0.54% | 0.53% | - |
| HSV(B) | 38.6º | 0.65% | 0.78% | - |
| XYZ | 36.51 | 35.85 | 10.96 | - |
| YUV | 158.29 | 78.74 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 71 | 0 | 0.23 | 0.64 | 0.22 | 38.6 | 0.54 | 0.53 |
| Hex | C8 | 9A | 47 | 0 | 17 | 40 | 16 | 27 | 36 | 35 |
| Octal | 310 | 232 | 107 | 0 | 27 | 100 | 26 | 47 | 66 | 65 |
| Binary | 11001000 | 10011010 | 1000111 | 0 | 10111 | 1000000 | 10110 | 100111 | 110110 | 110101 |
Color Harmonies of #C89A47
Complementary color
Monochromatic Colors of #C89A47
Black with #C89A47
Text Example
Text Example
White with #C89A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89A47; }
p { color: rgb(200,154,71); }
H1.HeaderClassName
{
color: #C89A47;
}
.AnyTagClassName
{
color: #C89A47;
}
</style>
background-color css
<style>
a { background-color: #C89A47; }
a { background-color: rgb(200,154,71); }
div.DivClassName
{
background-color: #C89A47;
}
.BgClassName
{
background-color: #C89A47;
}
</style>
border-color css
<style>
span { border-color: #C89A47; }
span { border-color: rgb(200,154,71); }
td.TdClassName
{
border-color: #C89A47;
}
.TagClassName
{
border-color: #C89A47;
}
</style>