Shades of Tussock #CA9D49
Tints of Tussock #CA9D49
RGB
CMYK
RGB Variations
Color information
#CA9D49 (or 0xCA9D49) is known color: Tussock. HEX triplet: CA, 9D and 49. RGB value is (202,157,73). Sum of RGB (Red+Green+Blue) = 202+157+73=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 73 (28.91% from 255 or 16.90% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9D49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9D49 is #3562B6. Grayscale: #A1A1A1. Windows color (decimal): -3498679 or 4824522. OLE color: 4824522.
HSL color Cylindrical-coordinate representation of color #CA9D49: hue angle of 39.07º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA9D49 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 157 | 73 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.21 |
| HSL | 39.07º | 0.55% | 0.54% | - |
| HSV(B) | 39.07º | 0.64% | 0.79% | - |
| XYZ | 37.62 | 37.15 | 11.49 | - |
| YUV | 160.88 | 78.41 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 157 | 73 | 0 | 0.22 | 0.64 | 0.21 | 39.07 | 0.55 | 0.54 |
| Hex | CA | 9D | 49 | 0 | 16 | 40 | 15 | 27 | 37 | 36 |
| Octal | 312 | 235 | 111 | 0 | 26 | 100 | 25 | 47 | 67 | 66 |
| Binary | 11001010 | 10011101 | 1001001 | 0 | 10110 | 1000000 | 10101 | 100111 | 110111 | 110110 |
Color Harmonies of #CA9D49
Complementary color
Monochromatic Colors of #CA9D49
Black with #CA9D49
Text Example
Text Example
White with #CA9D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9D49; }
p { color: rgb(202,157,73); }
H1.HeaderClassName
{
color: #CA9D49;
}
.AnyTagClassName
{
color: #CA9D49;
}
</style>
background-color css
<style>
a { background-color: #CA9D49; }
a { background-color: rgb(202,157,73); }
div.DivClassName
{
background-color: #CA9D49;
}
.BgClassName
{
background-color: #CA9D49;
}
</style>
border-color css
<style>
span { border-color: #CA9D49; }
span { border-color: rgb(202,157,73); }
td.TdClassName
{
border-color: #CA9D49;
}
.TagClassName
{
border-color: #CA9D49;
}
</style>