Shades of Tussock #CA964E
Tints of Tussock #CA964E
RGB
CMYK
RGB Variations
Color information
#CA964E (or 0xCA964E) is known color: Tussock. HEX triplet: CA, 96 and 4E. RGB value is (202,150,78). Sum of RGB (Red+Green+Blue) = 202+150+78=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 78 (30.86% from 255 or 18.14% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA964E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA964E is #3569B1. Grayscale: #9D9D9D. Windows color (decimal): -3500466 or 5150410. OLE color: 5150410.
HSL color Cylindrical-coordinate representation of color #CA964E: hue angle of 34.84º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA964E is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 150 | 78 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.21 |
| HSL | 34.84º | 0.54% | 0.55% | - |
| HSV(B) | 34.84º | 0.61% | 0.79% | - |
| XYZ | 36.64 | 34.92 | 12.02 | - |
| YUV | 157.34 | 83.23 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 150 | 78 | 0 | 0.26 | 0.61 | 0.21 | 34.84 | 0.54 | 0.55 |
| Hex | CA | 96 | 4E | 0 | 1A | 3D | 15 | 23 | 36 | 37 |
| Octal | 312 | 226 | 116 | 0 | 32 | 75 | 25 | 43 | 66 | 67 |
| Binary | 11001010 | 10010110 | 1001110 | 0 | 11010 | 111101 | 10101 | 100011 | 110110 | 110111 |
Color Harmonies of #CA964E
Complementary color
Monochromatic Colors of #CA964E
Black with #CA964E
Text Example
Text Example
White with #CA964E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA964E; }
p { color: rgb(202,150,78); }
H1.HeaderClassName
{
color: #CA964E;
}
.AnyTagClassName
{
color: #CA964E;
}
</style>
background-color css
<style>
a { background-color: #CA964E; }
a { background-color: rgb(202,150,78); }
div.DivClassName
{
background-color: #CA964E;
}
.BgClassName
{
background-color: #CA964E;
}
</style>
border-color css
<style>
span { border-color: #CA964E; }
span { border-color: rgb(202,150,78); }
td.TdClassName
{
border-color: #CA964E;
}
.TagClassName
{
border-color: #CA964E;
}
</style>