Shades of Tussock #CA9B4D
Tints of Tussock #CA9B4D
RGB
CMYK
RGB Variations
Color information
#CA9B4D (or 0xCA9B4D) is known color: Tussock. HEX triplet: CA, 9B and 4D. RGB value is (202,155,77). Sum of RGB (Red+Green+Blue) = 202+155+77=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 77 (30.47% from 255 or 17.74% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9B4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9B4D is #3564B2. Grayscale: #A0A0A0. Windows color (decimal): -3499187 or 5086154. OLE color: 5086154.
HSL color Cylindrical-coordinate representation of color #CA9B4D: hue angle of 37.44º 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 #CA9B4D is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 155 | 77 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.21 |
| HSL | 37.44º | 0.54% | 0.55% | - |
| HSV(B) | 37.44º | 0.62% | 0.79% | - |
| XYZ | 37.42 | 36.54 | 12.1 | - |
| YUV | 160.16 | 81.07 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 155 | 77 | 0 | 0.23 | 0.62 | 0.21 | 37.44 | 0.54 | 0.55 |
| Hex | CA | 9B | 4D | 0 | 17 | 3E | 15 | 25 | 36 | 37 |
| Octal | 312 | 233 | 115 | 0 | 27 | 76 | 25 | 45 | 66 | 67 |
| Binary | 11001010 | 10011011 | 1001101 | 0 | 10111 | 111110 | 10101 | 100101 | 110110 | 110111 |
Color Harmonies of #CA9B4D
Complementary color
Monochromatic Colors of #CA9B4D
Black with #CA9B4D
Text Example
Text Example
White with #CA9B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9B4D; }
p { color: rgb(202,155,77); }
H1.HeaderClassName
{
color: #CA9B4D;
}
.AnyTagClassName
{
color: #CA9B4D;
}
</style>
background-color css
<style>
a { background-color: #CA9B4D; }
a { background-color: rgb(202,155,77); }
div.DivClassName
{
background-color: #CA9B4D;
}
.BgClassName
{
background-color: #CA9B4D;
}
</style>
border-color css
<style>
span { border-color: #CA9B4D; }
span { border-color: rgb(202,155,77); }
td.TdClassName
{
border-color: #CA9B4D;
}
.TagClassName
{
border-color: #CA9B4D;
}
</style>