Shades of Tussock #CA9749
Tints of Tussock #CA9749
RGB
CMYK
RGB Variations
Color information
#CA9749 (or 0xCA9749) is known color: Tussock. HEX triplet: CA, 97 and 49. RGB value is (202,151,73). Sum of RGB (Red+Green+Blue) = 202+151+73=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 151 (59.38% from 255 or 35.45% from 426); Blue value is 73 (28.91% from 255 or 17.14% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9749 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9749 is #3568B6. Grayscale: #9D9D9D. Windows color (decimal): -3500215 or 4822986. OLE color: 4822986.
HSL color Cylindrical-coordinate representation of color #CA9749: hue angle of 36.28º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA9749 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 151 | 73 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.21 |
| HSL | 36.28º | 0.55% | 0.54% | - |
| HSV(B) | 36.28º | 0.64% | 0.79% | - |
| XYZ | 36.63 | 35.17 | 11.16 | - |
| YUV | 157.36 | 80.4 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 151 | 73 | 0 | 0.25 | 0.64 | 0.21 | 36.28 | 0.55 | 0.54 |
| Hex | CA | 97 | 49 | 0 | 19 | 40 | 15 | 24 | 37 | 36 |
| Octal | 312 | 227 | 111 | 0 | 31 | 100 | 25 | 44 | 67 | 66 |
| Binary | 11001010 | 10010111 | 1001001 | 0 | 11001 | 1000000 | 10101 | 100100 | 110111 | 110110 |
Color Harmonies of #CA9749
Complementary color
Monochromatic Colors of #CA9749
Black with #CA9749
Text Example
Text Example
White with #CA9749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9749; }
p { color: rgb(202,151,73); }
H1.HeaderClassName
{
color: #CA9749;
}
.AnyTagClassName
{
color: #CA9749;
}
</style>
background-color css
<style>
a { background-color: #CA9749; }
a { background-color: rgb(202,151,73); }
div.DivClassName
{
background-color: #CA9749;
}
.BgClassName
{
background-color: #CA9749;
}
</style>
border-color css
<style>
span { border-color: #CA9749; }
span { border-color: rgb(202,151,73); }
td.TdClassName
{
border-color: #CA9749;
}
.TagClassName
{
border-color: #CA9749;
}
</style>