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