Shades of Tussock #CA9C4D
Tints of Tussock #CA9C4D
RGB
CMYK
RGB Variations
Color information
#CA9C4D (or 0xCA9C4D) is known color: Tussock. HEX triplet: CA, 9C and 4D. RGB value is (202,156,77). Sum of RGB (Red+Green+Blue) = 202+156+77=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 77 (30.47% from 255 or 17.70% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9C4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9C4D is #3563B2. Grayscale: #A1A1A1. Windows color (decimal): -3498931 or 5086410. OLE color: 5086410.
HSL color Cylindrical-coordinate representation of color #CA9C4D: hue angle of 37.92º 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 #CA9C4D is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 156 | 77 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.21 |
| HSL | 37.92º | 0.54% | 0.55% | - |
| HSV(B) | 37.92º | 0.62% | 0.79% | - |
| XYZ | 37.59 | 36.87 | 12.16 | - |
| YUV | 160.75 | 80.74 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 156 | 77 | 0 | 0.23 | 0.62 | 0.21 | 37.92 | 0.54 | 0.55 |
| Hex | CA | 9C | 4D | 0 | 17 | 3E | 15 | 26 | 36 | 37 |
| Octal | 312 | 234 | 115 | 0 | 27 | 76 | 25 | 46 | 66 | 67 |
| Binary | 11001010 | 10011100 | 1001101 | 0 | 10111 | 111110 | 10101 | 100110 | 110110 | 110111 |
Color Harmonies of #CA9C4D
Complementary color
Monochromatic Colors of #CA9C4D
Black with #CA9C4D
Text Example
Text Example
White with #CA9C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9C4D; }
p { color: rgb(202,156,77); }
H1.HeaderClassName
{
color: #CA9C4D;
}
.AnyTagClassName
{
color: #CA9C4D;
}
</style>
background-color css
<style>
a { background-color: #CA9C4D; }
a { background-color: rgb(202,156,77); }
div.DivClassName
{
background-color: #CA9C4D;
}
.BgClassName
{
background-color: #CA9C4D;
}
</style>
border-color css
<style>
span { border-color: #CA9C4D; }
span { border-color: rgb(202,156,77); }
td.TdClassName
{
border-color: #CA9C4D;
}
.TagClassName
{
border-color: #CA9C4D;
}
</style>