Shades of Tussock #C89C4D
Tints of Tussock #C89C4D
RGB
CMYK
RGB Variations
Color information
#C89C4D (or 0xC89C4D) is known color: Tussock. HEX triplet: C8, 9C and 4D. RGB value is (200,156,77). Sum of RGB (Red+Green+Blue) = 200+156+77=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 156 (61.33% from 255 or 36.03% from 433); Blue value is 77 (30.47% from 255 or 17.78% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C89C4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89C4D is #3763B2. Grayscale: #A0A0A0. Windows color (decimal): -3630003 or 5086408. OLE color: 5086408.
HSL color Cylindrical-coordinate representation of color #C89C4D: hue angle of 38.54º 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 #C89C4D is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 156 | 77 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.22 |
| HSL | 38.54º | 0.53% | 0.54% | - |
| HSV(B) | 38.54º | 0.62% | 0.78% | - |
| XYZ | 37.05 | 36.59 | 12.13 | - |
| YUV | 160.15 | 81.08 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 156 | 77 | 0 | 0.22 | 0.62 | 0.22 | 38.54 | 0.53 | 0.54 |
| Hex | C8 | 9C | 4D | 0 | 16 | 3E | 16 | 27 | 35 | 36 |
| Octal | 310 | 234 | 115 | 0 | 26 | 76 | 26 | 47 | 65 | 66 |
| Binary | 11001000 | 10011100 | 1001101 | 0 | 10110 | 111110 | 10110 | 100111 | 110101 | 110110 |
Color Harmonies of #C89C4D
Complementary color
Monochromatic Colors of #C89C4D
Black with #C89C4D
Text Example
Text Example
White with #C89C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89C4D; }
p { color: rgb(200,156,77); }
H1.HeaderClassName
{
color: #C89C4D;
}
.AnyTagClassName
{
color: #C89C4D;
}
</style>
background-color css
<style>
a { background-color: #C89C4D; }
a { background-color: rgb(200,156,77); }
div.DivClassName
{
background-color: #C89C4D;
}
.BgClassName
{
background-color: #C89C4D;
}
</style>
border-color css
<style>
span { border-color: #C89C4D; }
span { border-color: rgb(200,156,77); }
td.TdClassName
{
border-color: #C89C4D;
}
.TagClassName
{
border-color: #C89C4D;
}
</style>