Shades of Tussock #C89A4D
Tints of Tussock #C89A4D
RGB
CMYK
RGB Variations
Color information
#C89A4D (or 0xC89A4D) is known color: Tussock. HEX triplet: C8, 9A and 4D. RGB value is (200,154,77). Sum of RGB (Red+Green+Blue) = 200+154+77=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C89A4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89A4D is #3765B2. Grayscale: #9F9F9F. Windows color (decimal): -3630515 or 5085896. OLE color: 5085896.
HSL color Cylindrical-coordinate representation of color #C89A4D: hue angle of 37.56º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C89A4D is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 154 | 77 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.22 |
| HSL | 37.56º | 0.53% | 0.54% | - |
| HSV(B) | 37.56º | 0.62% | 0.78% | - |
| XYZ | 36.71 | 35.93 | 12.02 | - |
| YUV | 158.98 | 81.74 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 77 | 0 | 0.23 | 0.62 | 0.22 | 37.56 | 0.53 | 0.54 |
| Hex | C8 | 9A | 4D | 0 | 17 | 3E | 16 | 26 | 35 | 36 |
| Octal | 310 | 232 | 115 | 0 | 27 | 76 | 26 | 46 | 65 | 66 |
| Binary | 11001000 | 10011010 | 1001101 | 0 | 10111 | 111110 | 10110 | 100110 | 110101 | 110110 |
Color Harmonies of #C89A4D
Complementary color
Monochromatic Colors of #C89A4D
Black with #C89A4D
Text Example
Text Example
White with #C89A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89A4D; }
p { color: rgb(200,154,77); }
H1.HeaderClassName
{
color: #C89A4D;
}
.AnyTagClassName
{
color: #C89A4D;
}
</style>
background-color css
<style>
a { background-color: #C89A4D; }
a { background-color: rgb(200,154,77); }
div.DivClassName
{
background-color: #C89A4D;
}
.BgClassName
{
background-color: #C89A4D;
}
</style>
border-color css
<style>
span { border-color: #C89A4D; }
span { border-color: rgb(200,154,77); }
td.TdClassName
{
border-color: #C89A4D;
}
.TagClassName
{
border-color: #C89A4D;
}
</style>