Shades of Tussock #C89A4A
Tints of Tussock #C89A4A
RGB
CMYK
RGB Variations
Color information
#C89A4A (or 0xC89A4A) is known color: Tussock. HEX triplet: C8, 9A and 4A. RGB value is (200,154,74). Sum of RGB (Red+Green+Blue) = 200+154+74=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 154 (60.55% from 255 or 35.98% from 428); Blue value is 74 (29.30% from 255 or 17.29% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C89A4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89A4A is #3765B5. Grayscale: #9F9F9F. Windows color (decimal): -3630518 or 4889288. OLE color: 4889288.
HSL color Cylindrical-coordinate representation of color #C89A4A: hue angle of 38.1º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C89A4A is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 154 | 74 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.22 |
| HSL | 38.1º | 0.53% | 0.54% | - |
| HSV(B) | 38.1º | 0.63% | 0.78% | - |
| XYZ | 36.61 | 35.88 | 11.48 | - |
| YUV | 158.63 | 80.24 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 74 | 0 | 0.23 | 0.63 | 0.22 | 38.1 | 0.53 | 0.54 |
| Hex | C8 | 9A | 4A | 0 | 17 | 3F | 16 | 26 | 35 | 36 |
| Octal | 310 | 232 | 112 | 0 | 27 | 77 | 26 | 46 | 65 | 66 |
| Binary | 11001000 | 10011010 | 1001010 | 0 | 10111 | 111111 | 10110 | 100110 | 110101 | 110110 |
Color Harmonies of #C89A4A
Complementary color
Monochromatic Colors of #C89A4A
Black with #C89A4A
Text Example
Text Example
White with #C89A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89A4A; }
p { color: rgb(200,154,74); }
H1.HeaderClassName
{
color: #C89A4A;
}
.AnyTagClassName
{
color: #C89A4A;
}
</style>
background-color css
<style>
a { background-color: #C89A4A; }
a { background-color: rgb(200,154,74); }
div.DivClassName
{
background-color: #C89A4A;
}
.BgClassName
{
background-color: #C89A4A;
}
</style>
border-color css
<style>
span { border-color: #C89A4A; }
span { border-color: rgb(200,154,74); }
td.TdClassName
{
border-color: #C89A4A;
}
.TagClassName
{
border-color: #C89A4A;
}
</style>