Shades of Tussock #C89C46
Tints of Tussock #C89C46
RGB
CMYK
RGB Variations
Color information
#C89C46 (or 0xC89C46) is known color: Tussock. HEX triplet: C8, 9C and 46. RGB value is (200,156,70). Sum of RGB (Red+Green+Blue) = 200+156+70=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 70 (27.73% from 255 or 16.43% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C89C46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89C46 is #3763B9. Grayscale: #9F9F9F. Windows color (decimal): -3630010 or 4627656. OLE color: 4627656.
HSL color Cylindrical-coordinate representation of color #C89C46: hue angle of 39.69º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C89C46 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 156 | 70 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.22 |
| HSL | 39.69º | 0.54% | 0.53% | - |
| HSV(B) | 39.69º | 0.65% | 0.78% | - |
| XYZ | 36.81 | 36.5 | 10.9 | - |
| YUV | 159.35 | 77.58 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 156 | 70 | 0 | 0.22 | 0.65 | 0.22 | 39.69 | 0.54 | 0.53 |
| Hex | C8 | 9C | 46 | 0 | 16 | 41 | 16 | 28 | 36 | 35 |
| Octal | 310 | 234 | 106 | 0 | 26 | 101 | 26 | 50 | 66 | 65 |
| Binary | 11001000 | 10011100 | 1000110 | 0 | 10110 | 1000001 | 10110 | 101000 | 110110 | 110101 |
Color Harmonies of #C89C46
Complementary color
Monochromatic Colors of #C89C46
Black with #C89C46
Text Example
Text Example
White with #C89C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89C46; }
p { color: rgb(200,156,70); }
H1.HeaderClassName
{
color: #C89C46;
}
.AnyTagClassName
{
color: #C89C46;
}
</style>
background-color css
<style>
a { background-color: #C89C46; }
a { background-color: rgb(200,156,70); }
div.DivClassName
{
background-color: #C89C46;
}
.BgClassName
{
background-color: #C89C46;
}
</style>
border-color css
<style>
span { border-color: #C89C46; }
span { border-color: rgb(200,156,70); }
td.TdClassName
{
border-color: #C89C46;
}
.TagClassName
{
border-color: #C89C46;
}
</style>