Shades of Tussock #CA9A4D
Tints of Tussock #CA9A4D
RGB
CMYK
RGB Variations
Color information
#CA9A4D (or 0xCA9A4D) is known color: Tussock. HEX triplet: CA, 9A and 4D. RGB value is (202,154,77). Sum of RGB (Red+Green+Blue) = 202+154+77=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 77 (30.47% from 255 or 17.78% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9A4D is #3565B2. Grayscale: #9F9F9F. Windows color (decimal): -3499443 or 5085898. OLE color: 5085898.
HSL color Cylindrical-coordinate representation of color #CA9A4D: hue angle of 36.96º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA9A4D is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 154 | 77 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.21 |
| HSL | 36.96º | 0.54% | 0.55% | - |
| HSV(B) | 36.96º | 0.62% | 0.79% | - |
| XYZ | 37.25 | 36.2 | 12.05 | - |
| YUV | 159.57 | 81.4 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 154 | 77 | 0 | 0.24 | 0.62 | 0.21 | 36.96 | 0.54 | 0.55 |
| Hex | CA | 9A | 4D | 0 | 18 | 3E | 15 | 25 | 36 | 37 |
| Octal | 312 | 232 | 115 | 0 | 30 | 76 | 25 | 45 | 66 | 67 |
| Binary | 11001010 | 10011010 | 1001101 | 0 | 11000 | 111110 | 10101 | 100101 | 110110 | 110111 |
Color Harmonies of #CA9A4D
Complementary color
Monochromatic Colors of #CA9A4D
Black with #CA9A4D
Text Example
Text Example
White with #CA9A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9A4D; }
p { color: rgb(202,154,77); }
H1.HeaderClassName
{
color: #CA9A4D;
}
.AnyTagClassName
{
color: #CA9A4D;
}
</style>
background-color css
<style>
a { background-color: #CA9A4D; }
a { background-color: rgb(202,154,77); }
div.DivClassName
{
background-color: #CA9A4D;
}
.BgClassName
{
background-color: #CA9A4D;
}
</style>
border-color css
<style>
span { border-color: #CA9A4D; }
span { border-color: rgb(202,154,77); }
td.TdClassName
{
border-color: #CA9A4D;
}
.TagClassName
{
border-color: #CA9A4D;
}
</style>