Shades of Tussock #CA984A
Tints of Tussock #CA984A
RGB
CMYK
RGB Variations
Color information
#CA984A (or 0xCA984A) is known color: Tussock. HEX triplet: CA, 98 and 4A. RGB value is (202,152,74). Sum of RGB (Red+Green+Blue) = 202+152+74=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 152 (59.77% from 255 or 35.51% from 428); Blue value is 74 (29.30% from 255 or 17.29% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA984A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA984A is #3567B5. Grayscale: #9E9E9E. Windows color (decimal): -3499958 or 4888778. OLE color: 4888778.
HSL color Cylindrical-coordinate representation of color #CA984A: hue angle of 36.56º 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 #CA984A is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 152 | 74 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.21 |
| HSL | 36.56º | 0.55% | 0.54% | - |
| HSV(B) | 36.56º | 0.63% | 0.79% | - |
| XYZ | 36.82 | 35.51 | 11.39 | - |
| YUV | 158.06 | 80.57 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 152 | 74 | 0 | 0.25 | 0.63 | 0.21 | 36.56 | 0.55 | 0.54 |
| Hex | CA | 98 | 4A | 0 | 19 | 3F | 15 | 25 | 37 | 36 |
| Octal | 312 | 230 | 112 | 0 | 31 | 77 | 25 | 45 | 67 | 66 |
| Binary | 11001010 | 10011000 | 1001010 | 0 | 11001 | 111111 | 10101 | 100101 | 110111 | 110110 |
Color Harmonies of #CA984A
Complementary color
Monochromatic Colors of #CA984A
Black with #CA984A
Text Example
Text Example
White with #CA984A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA984A; }
p { color: rgb(202,152,74); }
H1.HeaderClassName
{
color: #CA984A;
}
.AnyTagClassName
{
color: #CA984A;
}
</style>
background-color css
<style>
a { background-color: #CA984A; }
a { background-color: rgb(202,152,74); }
div.DivClassName
{
background-color: #CA984A;
}
.BgClassName
{
background-color: #CA984A;
}
</style>
border-color css
<style>
span { border-color: #CA984A; }
span { border-color: rgb(202,152,74); }
td.TdClassName
{
border-color: #CA984A;
}
.TagClassName
{
border-color: #CA984A;
}
</style>