Shades of Tussock #C89B4A
Tints of Tussock #C89B4A
RGB
CMYK
RGB Variations
Color information
#C89B4A (or 0xC89B4A) is known color: Tussock. HEX triplet: C8, 9B and 4A. RGB value is (200,155,74). Sum of RGB (Red+Green+Blue) = 200+155+74=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 74 (29.30% from 255 or 17.25% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89B4A is #3764B5. Grayscale: #9F9F9F. Windows color (decimal): -3630262 or 4889544. OLE color: 4889544.
HSL color Cylindrical-coordinate representation of color #C89B4A: hue angle of 38.57º 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 #C89B4A is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 155 | 74 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.22 |
| HSL | 38.57º | 0.53% | 0.54% | - |
| HSV(B) | 38.57º | 0.63% | 0.78% | - |
| XYZ | 36.78 | 36.22 | 11.53 | - |
| YUV | 159.22 | 79.91 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 74 | 0 | 0.22 | 0.63 | 0.22 | 38.57 | 0.53 | 0.54 |
| Hex | C8 | 9B | 4A | 0 | 16 | 3F | 16 | 27 | 35 | 36 |
| Octal | 310 | 233 | 112 | 0 | 26 | 77 | 26 | 47 | 65 | 66 |
| Binary | 11001000 | 10011011 | 1001010 | 0 | 10110 | 111111 | 10110 | 100111 | 110101 | 110110 |
Color Harmonies of #C89B4A
Complementary color
Monochromatic Colors of #C89B4A
Black with #C89B4A
Text Example
Text Example
White with #C89B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89B4A; }
p { color: rgb(200,155,74); }
H1.HeaderClassName
{
color: #C89B4A;
}
.AnyTagClassName
{
color: #C89B4A;
}
</style>
background-color css
<style>
a { background-color: #C89B4A; }
a { background-color: rgb(200,155,74); }
div.DivClassName
{
background-color: #C89B4A;
}
.BgClassName
{
background-color: #C89B4A;
}
</style>
border-color css
<style>
span { border-color: #C89B4A; }
span { border-color: rgb(200,155,74); }
td.TdClassName
{
border-color: #C89B4A;
}
.TagClassName
{
border-color: #C89B4A;
}
</style>