Shades of Tussock #CA944D
Tints of Tussock #CA944D
RGB
CMYK
RGB Variations
Color information
#CA944D (or 0xCA944D) is known color: Tussock. HEX triplet: CA, 94 and 4D. RGB value is (202,148,77). Sum of RGB (Red+Green+Blue) = 202+148+77=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 77 (30.47% from 255 or 18.03% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA944D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA944D is #356BB2. Grayscale: #9C9C9C. Windows color (decimal): -3500979 or 5084362. OLE color: 5084362.
HSL color Cylindrical-coordinate representation of color #CA944D: hue angle of 34.08º 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 #CA944D is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 148 | 77 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.21 |
| HSL | 34.08º | 0.54% | 0.55% | - |
| HSV(B) | 34.08º | 0.62% | 0.79% | - |
| XYZ | 36.29 | 34.27 | 11.72 | - |
| YUV | 156.05 | 83.39 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 148 | 77 | 0 | 0.27 | 0.62 | 0.21 | 34.08 | 0.54 | 0.55 |
| Hex | CA | 94 | 4D | 0 | 1B | 3E | 15 | 22 | 36 | 37 |
| Octal | 312 | 224 | 115 | 0 | 33 | 76 | 25 | 42 | 66 | 67 |
| Binary | 11001010 | 10010100 | 1001101 | 0 | 11011 | 111110 | 10101 | 100010 | 110110 | 110111 |
Color Harmonies of #CA944D
Complementary color
Monochromatic Colors of #CA944D
Black with #CA944D
Text Example
Text Example
White with #CA944D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA944D; }
p { color: rgb(202,148,77); }
H1.HeaderClassName
{
color: #CA944D;
}
.AnyTagClassName
{
color: #CA944D;
}
</style>
background-color css
<style>
a { background-color: #CA944D; }
a { background-color: rgb(202,148,77); }
div.DivClassName
{
background-color: #CA944D;
}
.BgClassName
{
background-color: #CA944D;
}
</style>
border-color css
<style>
span { border-color: #CA944D; }
span { border-color: rgb(202,148,77); }
td.TdClassName
{
border-color: #CA944D;
}
.TagClassName
{
border-color: #CA944D;
}
</style>