Shades of Zest #CA7033
Tints of Zest #CA7033
RGB
CMYK
RGB Variations
Color information
#CA7033 (or 0xCA7033) is known color: Zest. HEX triplet: CA, 70 and 33. RGB value is (202,112,51). Sum of RGB (Red+Green+Blue) = 202+112+51=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 51 (20.31% from 255 or 13.97% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7033 is #358FCC. Grayscale: #848484. Windows color (decimal): -3510221 or 3371210. OLE color: 3371210.
HSL color Cylindrical-coordinate representation of color #CA7033: hue angle of 24.24º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA7033 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 112 | 51 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.21 |
| HSL | 24.24º | 0.6% | 0.5% | - |
| HSV(B) | 24.24º | 0.75% | 0.79% | - |
| XYZ | 30.75 | 24.38 | 6.22 | - |
| YUV | 131.96 | 82.32 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 112 | 51 | 0 | 0.45 | 0.75 | 0.21 | 24.24 | 0.6 | 0.5 |
| Hex | CA | 70 | 33 | 0 | 2D | 4B | 15 | 18 | 3C | 32 |
| Octal | 312 | 160 | 63 | 0 | 55 | 113 | 25 | 30 | 74 | 62 |
| Binary | 11001010 | 1110000 | 110011 | 0 | 101101 | 1001011 | 10101 | 11000 | 111100 | 110010 |
Color Harmonies of #CA7033
Complementary color
Monochromatic Colors of #CA7033
Black with #CA7033
Text Example
Text Example
White with #CA7033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7033; }
p { color: rgb(202,112,51); }
H1.HeaderClassName
{
color: #CA7033;
}
.AnyTagClassName
{
color: #CA7033;
}
</style>
background-color css
<style>
a { background-color: #CA7033; }
a { background-color: rgb(202,112,51); }
div.DivClassName
{
background-color: #CA7033;
}
.BgClassName
{
background-color: #CA7033;
}
</style>
border-color css
<style>
span { border-color: #CA7033; }
span { border-color: rgb(202,112,51); }
td.TdClassName
{
border-color: #CA7033;
}
.TagClassName
{
border-color: #CA7033;
}
</style>