Shades of Tussock #CA9A4F
Tints of Tussock #CA9A4F
RGB
CMYK
RGB Variations
Color information
#CA9A4F (or 0xCA9A4F) is known color: Tussock. HEX triplet: CA, 9A and 4F. RGB value is (202,154,79). Sum of RGB (Red+Green+Blue) = 202+154+79=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 154 (60.55% from 255 or 35.40% from 435); Blue value is 79 (31.25% from 255 or 18.16% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9A4F is #3565B0. Grayscale: #A0A0A0. Windows color (decimal): -3499441 or 5216970. OLE color: 5216970.
HSL color Cylindrical-coordinate representation of color #CA9A4F: hue angle of 36.59º 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 #CA9A4F is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 154 | 79 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.21 |
| HSL | 36.59º | 0.54% | 0.55% | - |
| HSV(B) | 36.59º | 0.61% | 0.79% | - |
| XYZ | 37.32 | 36.23 | 12.42 | - |
| YUV | 159.8 | 82.4 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 154 | 79 | 0 | 0.24 | 0.61 | 0.21 | 36.59 | 0.54 | 0.55 |
| Hex | CA | 9A | 4F | 0 | 18 | 3D | 15 | 25 | 36 | 37 |
| Octal | 312 | 232 | 117 | 0 | 30 | 75 | 25 | 45 | 66 | 67 |
| Binary | 11001010 | 10011010 | 1001111 | 0 | 11000 | 111101 | 10101 | 100101 | 110110 | 110111 |
Color Harmonies of #CA9A4F
Complementary color
Monochromatic Colors of #CA9A4F
Black with #CA9A4F
Text Example
Text Example
White with #CA9A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9A4F; }
p { color: rgb(202,154,79); }
H1.HeaderClassName
{
color: #CA9A4F;
}
.AnyTagClassName
{
color: #CA9A4F;
}
</style>
background-color css
<style>
a { background-color: #CA9A4F; }
a { background-color: rgb(202,154,79); }
div.DivClassName
{
background-color: #CA9A4F;
}
.BgClassName
{
background-color: #CA9A4F;
}
</style>
border-color css
<style>
span { border-color: #CA9A4F; }
span { border-color: rgb(202,154,79); }
td.TdClassName
{
border-color: #CA9A4F;
}
.TagClassName
{
border-color: #CA9A4F;
}
</style>