Shades of Tussock #CA924B
Tints of Tussock #CA924B
RGB
CMYK
RGB Variations
Color information
#CA924B (or 0xCA924B) is known color: Tussock. HEX triplet: CA, 92 and 4B. RGB value is (202,146,75). Sum of RGB (Red+Green+Blue) = 202+146+75=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 75 (29.69% from 255 or 17.73% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA924B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA924B is #356DB4. Grayscale: #9A9A9A. Windows color (decimal): -3501493 or 4952778. OLE color: 4952778.
HSL color Cylindrical-coordinate representation of color #CA924B: hue angle of 33.54º 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 #CA924B is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 75 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.21 |
| HSL | 33.54º | 0.55% | 0.54% | - |
| HSV(B) | 33.54º | 0.63% | 0.79% | - |
| XYZ | 35.91 | 33.62 | 11.25 | - |
| YUV | 154.65 | 83.05 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 75 | 0 | 0.28 | 0.63 | 0.21 | 33.54 | 0.55 | 0.54 |
| Hex | CA | 92 | 4B | 0 | 1C | 3F | 15 | 22 | 37 | 36 |
| Octal | 312 | 222 | 113 | 0 | 34 | 77 | 25 | 42 | 67 | 66 |
| Binary | 11001010 | 10010010 | 1001011 | 0 | 11100 | 111111 | 10101 | 100010 | 110111 | 110110 |
Color Harmonies of #CA924B
Complementary color
Monochromatic Colors of #CA924B
Black with #CA924B
Text Example
Text Example
White with #CA924B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA924B; }
p { color: rgb(202,146,75); }
H1.HeaderClassName
{
color: #CA924B;
}
.AnyTagClassName
{
color: #CA924B;
}
</style>
background-color css
<style>
a { background-color: #CA924B; }
a { background-color: rgb(202,146,75); }
div.DivClassName
{
background-color: #CA924B;
}
.BgClassName
{
background-color: #CA924B;
}
</style>
border-color css
<style>
span { border-color: #CA924B; }
span { border-color: rgb(202,146,75); }
td.TdClassName
{
border-color: #CA924B;
}
.TagClassName
{
border-color: #CA924B;
}
</style>