Shades of Tussock #CC9A4D
Tints of Tussock #CC9A4D
RGB
CMYK
RGB Variations
Color information
#CC9A4D (or 0xCC9A4D) is known color: Tussock. HEX triplet: CC, 9A and 4D. RGB value is (204,154,77). Sum of RGB (Red+Green+Blue) = 204+154+77=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 154 (60.55% from 255 or 35.40% from 435); Blue value is 77 (30.47% from 255 or 17.70% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9A4D is #3365B2. Grayscale: #A0A0A0. Windows color (decimal): -3368371 or 5085900. OLE color: 5085900.
HSL color Cylindrical-coordinate representation of color #CC9A4D: hue angle of 36.38º 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 #CC9A4D is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 154 | 77 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.2 |
| HSL | 36.38º | 0.55% | 0.55% | - |
| HSV(B) | 36.38º | 0.62% | 0.8% | - |
| XYZ | 37.8 | 36.48 | 12.07 | - |
| YUV | 160.17 | 81.07 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 154 | 77 | 0 | 0.25 | 0.62 | 0.2 | 36.38 | 0.55 | 0.55 |
| Hex | CC | 9A | 4D | 0 | 19 | 3E | 14 | 24 | 37 | 37 |
| Octal | 314 | 232 | 115 | 0 | 31 | 76 | 24 | 44 | 67 | 67 |
| Binary | 11001100 | 10011010 | 1001101 | 0 | 11001 | 111110 | 10100 | 100100 | 110111 | 110111 |
Color Harmonies of #CC9A4D
Complementary color
Monochromatic Colors of #CC9A4D
Black with #CC9A4D
Text Example
Text Example
White with #CC9A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9A4D; }
p { color: rgb(204,154,77); }
H1.HeaderClassName
{
color: #CC9A4D;
}
.AnyTagClassName
{
color: #CC9A4D;
}
</style>
background-color css
<style>
a { background-color: #CC9A4D; }
a { background-color: rgb(204,154,77); }
div.DivClassName
{
background-color: #CC9A4D;
}
.BgClassName
{
background-color: #CC9A4D;
}
</style>
border-color css
<style>
span { border-color: #CC9A4D; }
span { border-color: rgb(204,154,77); }
td.TdClassName
{
border-color: #CC9A4D;
}
.TagClassName
{
border-color: #CC9A4D;
}
</style>