Shades of Tussock #CC9A4E
Tints of Tussock #CC9A4E
RGB
CMYK
RGB Variations
Color information
#CC9A4E (or 0xCC9A4E) is known color: Tussock. HEX triplet: CC, 9A and 4E. RGB value is (204,154,78). Sum of RGB (Red+Green+Blue) = 204+154+78=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 78 (30.86% from 255 or 17.89% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9A4E is #3365B1. Grayscale: #A0A0A0. Windows color (decimal): -3368370 or 5151436. OLE color: 5151436.
HSL color Cylindrical-coordinate representation of color #CC9A4E: hue angle of 36.19º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC9A4E is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 154 | 78 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.2 |
| HSL | 36.19º | 0.55% | 0.55% | - |
| HSV(B) | 36.19º | 0.62% | 0.8% | - |
| XYZ | 37.83 | 36.5 | 12.26 | - |
| YUV | 160.29 | 81.57 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 154 | 78 | 0 | 0.25 | 0.62 | 0.2 | 36.19 | 0.55 | 0.55 |
| Hex | CC | 9A | 4E | 0 | 19 | 3E | 14 | 24 | 37 | 37 |
| Octal | 314 | 232 | 116 | 0 | 31 | 76 | 24 | 44 | 67 | 67 |
| Binary | 11001100 | 10011010 | 1001110 | 0 | 11001 | 111110 | 10100 | 100100 | 110111 | 110111 |
Color Harmonies of #CC9A4E
Complementary color
Monochromatic Colors of #CC9A4E
Black with #CC9A4E
Text Example
Text Example
White with #CC9A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9A4E; }
p { color: rgb(204,154,78); }
H1.HeaderClassName
{
color: #CC9A4E;
}
.AnyTagClassName
{
color: #CC9A4E;
}
</style>
background-color css
<style>
a { background-color: #CC9A4E; }
a { background-color: rgb(204,154,78); }
div.DivClassName
{
background-color: #CC9A4E;
}
.BgClassName
{
background-color: #CC9A4E;
}
</style>
border-color css
<style>
span { border-color: #CC9A4E; }
span { border-color: rgb(204,154,78); }
td.TdClassName
{
border-color: #CC9A4E;
}
.TagClassName
{
border-color: #CC9A4E;
}
</style>