Shades of Tussock #CA954A
Tints of Tussock #CA954A
RGB
CMYK
RGB Variations
Color information
#CA954A (or 0xCA954A) is known color: Tussock. HEX triplet: CA, 95 and 4A. RGB value is (202,149,74). Sum of RGB (Red+Green+Blue) = 202+149+74=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA954A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA954A is #356AB5. Grayscale: #9C9C9C. Windows color (decimal): -3500726 or 4888010. OLE color: 4888010.
HSL color Cylindrical-coordinate representation of color #CA954A: hue angle of 35.16º 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 #CA954A is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 149 | 74 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.21 |
| HSL | 35.16º | 0.55% | 0.54% | - |
| HSV(B) | 35.16º | 0.63% | 0.79% | - |
| XYZ | 36.34 | 34.55 | 11.23 | - |
| YUV | 156.3 | 81.56 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 149 | 74 | 0 | 0.26 | 0.63 | 0.21 | 35.16 | 0.55 | 0.54 |
| Hex | CA | 95 | 4A | 0 | 1A | 3F | 15 | 23 | 37 | 36 |
| Octal | 312 | 225 | 112 | 0 | 32 | 77 | 25 | 43 | 67 | 66 |
| Binary | 11001010 | 10010101 | 1001010 | 0 | 11010 | 111111 | 10101 | 100011 | 110111 | 110110 |
Color Harmonies of #CA954A
Complementary color
Monochromatic Colors of #CA954A
Black with #CA954A
Text Example
Text Example
White with #CA954A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA954A; }
p { color: rgb(202,149,74); }
H1.HeaderClassName
{
color: #CA954A;
}
.AnyTagClassName
{
color: #CA954A;
}
</style>
background-color css
<style>
a { background-color: #CA954A; }
a { background-color: rgb(202,149,74); }
div.DivClassName
{
background-color: #CA954A;
}
.BgClassName
{
background-color: #CA954A;
}
</style>
border-color css
<style>
span { border-color: #CA954A; }
span { border-color: rgb(202,149,74); }
td.TdClassName
{
border-color: #CA954A;
}
.TagClassName
{
border-color: #CA954A;
}
</style>