Shades of Tussock #CA9D4E
Tints of Tussock #CA9D4E
RGB
CMYK
RGB Variations
Color information
#CA9D4E (or 0xCA9D4E) is known color: Tussock. HEX triplet: CA, 9D and 4E. RGB value is (202,157,78). Sum of RGB (Red+Green+Blue) = 202+157+78=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 78 (30.86% from 255 or 17.85% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9D4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9D4E is #3562B1. Grayscale: #A1A1A1. Windows color (decimal): -3498674 or 5152202. OLE color: 5152202.
HSL color Cylindrical-coordinate representation of color #CA9D4E: hue angle of 38.23º 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 #CA9D4E is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 157 | 78 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.21 |
| HSL | 38.23º | 0.54% | 0.55% | - |
| HSV(B) | 38.23º | 0.61% | 0.79% | - |
| XYZ | 37.79 | 37.22 | 12.4 | - |
| YUV | 161.45 | 80.91 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 157 | 78 | 0 | 0.22 | 0.61 | 0.21 | 38.23 | 0.54 | 0.55 |
| Hex | CA | 9D | 4E | 0 | 16 | 3D | 15 | 26 | 36 | 37 |
| Octal | 312 | 235 | 116 | 0 | 26 | 75 | 25 | 46 | 66 | 67 |
| Binary | 11001010 | 10011101 | 1001110 | 0 | 10110 | 111101 | 10101 | 100110 | 110110 | 110111 |
Color Harmonies of #CA9D4E
Complementary color
Monochromatic Colors of #CA9D4E
Black with #CA9D4E
Text Example
Text Example
White with #CA9D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9D4E; }
p { color: rgb(202,157,78); }
H1.HeaderClassName
{
color: #CA9D4E;
}
.AnyTagClassName
{
color: #CA9D4E;
}
</style>
background-color css
<style>
a { background-color: #CA9D4E; }
a { background-color: rgb(202,157,78); }
div.DivClassName
{
background-color: #CA9D4E;
}
.BgClassName
{
background-color: #CA9D4E;
}
</style>
border-color css
<style>
span { border-color: #CA9D4E; }
span { border-color: rgb(202,157,78); }
td.TdClassName
{
border-color: #CA9D4E;
}
.TagClassName
{
border-color: #CA9D4E;
}
</style>