Shades of Tussock #CA914A
Tints of Tussock #CA914A
RGB
CMYK
RGB Variations
Color information
#CA914A (or 0xCA914A) is known color: Tussock. HEX triplet: CA, 91 and 4A. RGB value is (202,145,74). Sum of RGB (Red+Green+Blue) = 202+145+74=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 74 (29.30% from 255 or 17.58% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA914A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA914A is #356EB5. Grayscale: #9A9A9A. Windows color (decimal): -3501750 or 4886986. OLE color: 4886986.
HSL color Cylindrical-coordinate representation of color #CA914A: hue angle of 33.28º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA914A is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 145 | 74 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.21 |
| HSL | 33.28º | 0.55% | 0.54% | - |
| HSV(B) | 33.28º | 0.63% | 0.79% | - |
| XYZ | 35.72 | 33.3 | 11.02 | - |
| YUV | 153.95 | 82.88 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 145 | 74 | 0 | 0.28 | 0.63 | 0.21 | 33.28 | 0.55 | 0.54 |
| Hex | CA | 91 | 4A | 0 | 1C | 3F | 15 | 21 | 37 | 36 |
| Octal | 312 | 221 | 112 | 0 | 34 | 77 | 25 | 41 | 67 | 66 |
| Binary | 11001010 | 10010001 | 1001010 | 0 | 11100 | 111111 | 10101 | 100001 | 110111 | 110110 |
Color Harmonies of #CA914A
Complementary color
Monochromatic Colors of #CA914A
Black with #CA914A
Text Example
Text Example
White with #CA914A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA914A; }
p { color: rgb(202,145,74); }
H1.HeaderClassName
{
color: #CA914A;
}
.AnyTagClassName
{
color: #CA914A;
}
</style>
background-color css
<style>
a { background-color: #CA914A; }
a { background-color: rgb(202,145,74); }
div.DivClassName
{
background-color: #CA914A;
}
.BgClassName
{
background-color: #CA914A;
}
</style>
border-color css
<style>
span { border-color: #CA914A; }
span { border-color: rgb(202,145,74); }
td.TdClassName
{
border-color: #CA914A;
}
.TagClassName
{
border-color: #CA914A;
}
</style>