Shades of Tussock #C89C50
Tints of Tussock #C89C50
RGB
CMYK
RGB Variations
Color information
#C89C50 (or 0xC89C50) is known color: Tussock. HEX triplet: C8, 9C and 50. RGB value is (200,156,80). Sum of RGB (Red+Green+Blue) = 200+156+80=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 156 (61.33% from 255 or 35.78% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C89C50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89C50 is #3763AF. Grayscale: #A0A0A0. Windows color (decimal): -3630000 or 5283016. OLE color: 5283016.
HSL color Cylindrical-coordinate representation of color #C89C50: hue angle of 38º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C89C50 is Cyan = 0, Magento = 0.22, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 156 | 80 | - |
| CMYK | 0 | 0.22 | 0.6 | 0.22 |
| HSL | 38º | 0.52% | 0.55% | - |
| HSV(B) | 38º | 0.6% | 0.78% | - |
| XYZ | 37.16 | 36.64 | 12.7 | - |
| YUV | 160.49 | 82.58 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 156 | 80 | 0 | 0.22 | 0.6 | 0.22 | 38 | 0.52 | 0.55 |
| Hex | C8 | 9C | 50 | 0 | 16 | 3C | 16 | 26 | 34 | 37 |
| Octal | 310 | 234 | 120 | 0 | 26 | 74 | 26 | 46 | 64 | 67 |
| Binary | 11001000 | 10011100 | 1010000 | 0 | 10110 | 111100 | 10110 | 100110 | 110100 | 110111 |
Color Harmonies of #C89C50
Complementary color
Monochromatic Colors of #C89C50
Black with #C89C50
Text Example
Text Example
White with #C89C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89C50; }
p { color: rgb(200,156,80); }
H1.HeaderClassName
{
color: #C89C50;
}
.AnyTagClassName
{
color: #C89C50;
}
</style>
background-color css
<style>
a { background-color: #C89C50; }
a { background-color: rgb(200,156,80); }
div.DivClassName
{
background-color: #C89C50;
}
.BgClassName
{
background-color: #C89C50;
}
</style>
border-color css
<style>
span { border-color: #C89C50; }
span { border-color: rgb(200,156,80); }
td.TdClassName
{
border-color: #C89C50;
}
.TagClassName
{
border-color: #C89C50;
}
</style>