Shades of Tussock #CA914B
Tints of Tussock #CA914B
RGB
CMYK
RGB Variations
Color information
#CA914B (or 0xCA914B) is known color: Tussock. HEX triplet: CA, 91 and 4B. RGB value is (202,145,75). Sum of RGB (Red+Green+Blue) = 202+145+75=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 75 (29.69% from 255 or 17.77% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CA914B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA914B is #356EB4. Grayscale: #9A9A9A. Windows color (decimal): -3501749 or 4952522. OLE color: 4952522.
HSL color Cylindrical-coordinate representation of color #CA914B: hue angle of 33.07º 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 #CA914B is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 145 | 75 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.21 |
| HSL | 33.07º | 0.55% | 0.54% | - |
| HSV(B) | 33.07º | 0.63% | 0.79% | - |
| XYZ | 35.75 | 33.32 | 11.2 | - |
| YUV | 154.06 | 83.38 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 145 | 75 | 0 | 0.28 | 0.63 | 0.21 | 33.07 | 0.55 | 0.54 |
| Hex | CA | 91 | 4B | 0 | 1C | 3F | 15 | 21 | 37 | 36 |
| Octal | 312 | 221 | 113 | 0 | 34 | 77 | 25 | 41 | 67 | 66 |
| Binary | 11001010 | 10010001 | 1001011 | 0 | 11100 | 111111 | 10101 | 100001 | 110111 | 110110 |
Color Harmonies of #CA914B
Complementary color
Monochromatic Colors of #CA914B
Black with #CA914B
Text Example
Text Example
White with #CA914B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA914B; }
p { color: rgb(202,145,75); }
H1.HeaderClassName
{
color: #CA914B;
}
.AnyTagClassName
{
color: #CA914B;
}
</style>
background-color css
<style>
a { background-color: #CA914B; }
a { background-color: rgb(202,145,75); }
div.DivClassName
{
background-color: #CA914B;
}
.BgClassName
{
background-color: #CA914B;
}
</style>
border-color css
<style>
span { border-color: #CA914B; }
span { border-color: rgb(202,145,75); }
td.TdClassName
{
border-color: #CA914B;
}
.TagClassName
{
border-color: #CA914B;
}
</style>