Shades of Tussock #C89D4B
Tints of Tussock #C89D4B
RGB
CMYK
RGB Variations
Color information
#C89D4B (or 0xC89D4B) is known color: Tussock. HEX triplet: C8, 9D and 4B. RGB value is (200,157,75). Sum of RGB (Red+Green+Blue) = 200+157+75=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 75 (29.69% from 255 or 17.36% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C89D4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89D4B is #3762B4. Grayscale: #A0A0A0. Windows color (decimal): -3629749 or 4955592. OLE color: 4955592.
HSL color Cylindrical-coordinate representation of color #C89D4B: hue angle of 39.36º 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 #C89D4B is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 157 | 75 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.22 |
| HSL | 39.36º | 0.53% | 0.54% | - |
| HSV(B) | 39.36º | 0.63% | 0.78% | - |
| XYZ | 37.15 | 36.9 | 11.82 | - |
| YUV | 160.51 | 79.75 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 157 | 75 | 0 | 0.22 | 0.62 | 0.22 | 39.36 | 0.53 | 0.54 |
| Hex | C8 | 9D | 4B | 0 | 16 | 3E | 16 | 27 | 35 | 36 |
| Octal | 310 | 235 | 113 | 0 | 26 | 76 | 26 | 47 | 65 | 66 |
| Binary | 11001000 | 10011101 | 1001011 | 0 | 10110 | 111110 | 10110 | 100111 | 110101 | 110110 |
Color Harmonies of #C89D4B
Complementary color
Monochromatic Colors of #C89D4B
Black with #C89D4B
Text Example
Text Example
White with #C89D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89D4B; }
p { color: rgb(200,157,75); }
H1.HeaderClassName
{
color: #C89D4B;
}
.AnyTagClassName
{
color: #C89D4B;
}
</style>
background-color css
<style>
a { background-color: #C89D4B; }
a { background-color: rgb(200,157,75); }
div.DivClassName
{
background-color: #C89D4B;
}
.BgClassName
{
background-color: #C89D4B;
}
</style>
border-color css
<style>
span { border-color: #C89D4B; }
span { border-color: rgb(200,157,75); }
td.TdClassName
{
border-color: #C89D4B;
}
.TagClassName
{
border-color: #C89D4B;
}
</style>