Shades of Zest #CA703B
Tints of Zest #CA703B
RGB
CMYK
RGB Variations
Color information
#CA703B (or 0xCA703B) is known color: Zest. HEX triplet: CA, 70 and 3B. RGB value is (202,112,59). Sum of RGB (Red+Green+Blue) = 202+112+59=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 59 (23.44% from 255 or 15.82% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA703B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA703B is #358FC4. Grayscale: #858585. Windows color (decimal): -3510213 or 3895498. OLE color: 3895498.
HSL color Cylindrical-coordinate representation of color #CA703B: hue angle of 22.24º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA703B is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 112 | 59 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.21 |
| HSL | 22.24º | 0.57% | 0.51% | - |
| HSV(B) | 22.24º | 0.71% | 0.79% | - |
| XYZ | 30.94 | 24.46 | 7.23 | - |
| YUV | 132.87 | 86.32 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 112 | 59 | 0 | 0.45 | 0.71 | 0.21 | 22.24 | 0.57 | 0.51 |
| Hex | CA | 70 | 3B | 0 | 2D | 47 | 15 | 16 | 39 | 33 |
| Octal | 312 | 160 | 73 | 0 | 55 | 107 | 25 | 26 | 71 | 63 |
| Binary | 11001010 | 1110000 | 111011 | 0 | 101101 | 1000111 | 10101 | 10110 | 111001 | 110011 |
Color Harmonies of #CA703B
Complementary color
Monochromatic Colors of #CA703B
Black with #CA703B
Text Example
Text Example
White with #CA703B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA703B; }
p { color: rgb(202,112,59); }
H1.HeaderClassName
{
color: #CA703B;
}
.AnyTagClassName
{
color: #CA703B;
}
</style>
background-color css
<style>
a { background-color: #CA703B; }
a { background-color: rgb(202,112,59); }
div.DivClassName
{
background-color: #CA703B;
}
.BgClassName
{
background-color: #CA703B;
}
</style>
border-color css
<style>
span { border-color: #CA703B; }
span { border-color: rgb(202,112,59); }
td.TdClassName
{
border-color: #CA703B;
}
.TagClassName
{
border-color: #CA703B;
}
</style>