Shades of Tussock #CA914C
Tints of Tussock #CA914C
RGB
CMYK
RGB Variations
Color information
#CA914C (or 0xCA914C) is known color: Tussock. HEX triplet: CA, 91 and 4C. RGB value is (202,145,76). Sum of RGB (Red+Green+Blue) = 202+145+76=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 76 (30.08% from 255 or 17.97% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA914C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA914C is #356EB3. Grayscale: #9A9A9A. Windows color (decimal): -3501748 or 5018058. OLE color: 5018058.
HSL color Cylindrical-coordinate representation of color #CA914C: hue angle of 32.86º 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 #CA914C is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 145 | 76 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.21 |
| HSL | 32.86º | 0.54% | 0.55% | - |
| HSV(B) | 32.86º | 0.62% | 0.79% | - |
| XYZ | 35.79 | 33.33 | 11.38 | - |
| YUV | 154.18 | 83.88 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 145 | 76 | 0 | 0.28 | 0.62 | 0.21 | 32.86 | 0.54 | 0.55 |
| Hex | CA | 91 | 4C | 0 | 1C | 3E | 15 | 21 | 36 | 37 |
| Octal | 312 | 221 | 114 | 0 | 34 | 76 | 25 | 41 | 66 | 67 |
| Binary | 11001010 | 10010001 | 1001100 | 0 | 11100 | 111110 | 10101 | 100001 | 110110 | 110111 |
Color Harmonies of #CA914C
Complementary color
Monochromatic Colors of #CA914C
Black with #CA914C
Text Example
Text Example
White with #CA914C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA914C; }
p { color: rgb(202,145,76); }
H1.HeaderClassName
{
color: #CA914C;
}
.AnyTagClassName
{
color: #CA914C;
}
</style>
background-color css
<style>
a { background-color: #CA914C; }
a { background-color: rgb(202,145,76); }
div.DivClassName
{
background-color: #CA914C;
}
.BgClassName
{
background-color: #CA914C;
}
</style>
border-color css
<style>
span { border-color: #CA914C; }
span { border-color: rgb(202,145,76); }
td.TdClassName
{
border-color: #CA914C;
}
.TagClassName
{
border-color: #CA914C;
}
</style>