Shades of Tussock #CA9A4E
Tints of Tussock #CA9A4E
RGB
CMYK
RGB Variations
Color information
#CA9A4E (or 0xCA9A4E) is known color: Tussock. HEX triplet: CA, 9A and 4E. RGB value is (202,154,78). Sum of RGB (Red+Green+Blue) = 202+154+78=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 78 (30.86% from 255 or 17.97% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9A4E is #3565B1. Grayscale: #A0A0A0. Windows color (decimal): -3499442 or 5151434. OLE color: 5151434.
HSL color Cylindrical-coordinate representation of color #CA9A4E: hue angle of 36.77º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA9A4E is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 154 | 78 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.21 |
| HSL | 36.77º | 0.54% | 0.55% | - |
| HSV(B) | 36.77º | 0.61% | 0.79% | - |
| XYZ | 37.29 | 36.22 | 12.23 | - |
| YUV | 159.69 | 81.9 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 154 | 78 | 0 | 0.24 | 0.61 | 0.21 | 36.77 | 0.54 | 0.55 |
| Hex | CA | 9A | 4E | 0 | 18 | 3D | 15 | 25 | 36 | 37 |
| Octal | 312 | 232 | 116 | 0 | 30 | 75 | 25 | 45 | 66 | 67 |
| Binary | 11001010 | 10011010 | 1001110 | 0 | 11000 | 111101 | 10101 | 100101 | 110110 | 110111 |
Color Harmonies of #CA9A4E
Complementary color
Monochromatic Colors of #CA9A4E
Black with #CA9A4E
Text Example
Text Example
White with #CA9A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9A4E; }
p { color: rgb(202,154,78); }
H1.HeaderClassName
{
color: #CA9A4E;
}
.AnyTagClassName
{
color: #CA9A4E;
}
</style>
background-color css
<style>
a { background-color: #CA9A4E; }
a { background-color: rgb(202,154,78); }
div.DivClassName
{
background-color: #CA9A4E;
}
.BgClassName
{
background-color: #CA9A4E;
}
</style>
border-color css
<style>
span { border-color: #CA9A4E; }
span { border-color: rgb(202,154,78); }
td.TdClassName
{
border-color: #CA9A4E;
}
.TagClassName
{
border-color: #CA9A4E;
}
</style>