Shades of Tussock #CA994C
Tints of Tussock #CA994C
RGB
CMYK
RGB Variations
Color information
#CA994C (or 0xCA994C) is known color: Tussock. HEX triplet: CA, 99 and 4C. RGB value is (202,153,76). Sum of RGB (Red+Green+Blue) = 202+153+76=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 76 (30.08% from 255 or 17.63% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA994C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA994C is #3566B3. Grayscale: #9F9F9F. Windows color (decimal): -3499700 or 5020106. OLE color: 5020106.
HSL color Cylindrical-coordinate representation of color #CA994C: hue angle of 36.67º 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 #CA994C is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 153 | 76 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.21 |
| HSL | 36.67º | 0.54% | 0.55% | - |
| HSV(B) | 36.67º | 0.62% | 0.79% | - |
| XYZ | 37.05 | 35.86 | 11.81 | - |
| YUV | 158.87 | 81.23 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 76 | 0 | 0.24 | 0.62 | 0.21 | 36.67 | 0.54 | 0.55 |
| Hex | CA | 99 | 4C | 0 | 18 | 3E | 15 | 25 | 36 | 37 |
| Octal | 312 | 231 | 114 | 0 | 30 | 76 | 25 | 45 | 66 | 67 |
| Binary | 11001010 | 10011001 | 1001100 | 0 | 11000 | 111110 | 10101 | 100101 | 110110 | 110111 |
Color Harmonies of #CA994C
Complementary color
Monochromatic Colors of #CA994C
Black with #CA994C
Text Example
Text Example
White with #CA994C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA994C; }
p { color: rgb(202,153,76); }
H1.HeaderClassName
{
color: #CA994C;
}
.AnyTagClassName
{
color: #CA994C;
}
</style>
background-color css
<style>
a { background-color: #CA994C; }
a { background-color: rgb(202,153,76); }
div.DivClassName
{
background-color: #CA994C;
}
.BgClassName
{
background-color: #CA994C;
}
</style>
border-color css
<style>
span { border-color: #CA994C; }
span { border-color: rgb(202,153,76); }
td.TdClassName
{
border-color: #CA994C;
}
.TagClassName
{
border-color: #CA994C;
}
</style>