Shades of Zest #CA703F
Tints of Zest #CA703F
RGB
CMYK
RGB Variations
Color information
#CA703F (or 0xCA703F) is known color: Zest. HEX triplet: CA, 70 and 3F. RGB value is (202,112,63). Sum of RGB (Red+Green+Blue) = 202+112+63=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA703F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA703F is #358FC0. Grayscale: #858585. Windows color (decimal): -3510209 or 4157642. OLE color: 4157642.
HSL color Cylindrical-coordinate representation of color #CA703F: hue angle of 21.15º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA703F is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 112 | 63 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.21 |
| HSL | 21.15º | 0.57% | 0.52% | - |
| HSV(B) | 21.15º | 0.69% | 0.79% | - |
| XYZ | 31.05 | 24.5 | 7.8 | - |
| YUV | 133.32 | 88.32 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 112 | 63 | 0 | 0.45 | 0.69 | 0.21 | 21.15 | 0.57 | 0.52 |
| Hex | CA | 70 | 3F | 0 | 2D | 45 | 15 | 15 | 39 | 34 |
| Octal | 312 | 160 | 77 | 0 | 55 | 105 | 25 | 25 | 71 | 64 |
| Binary | 11001010 | 1110000 | 111111 | 0 | 101101 | 1000101 | 10101 | 10101 | 111001 | 110100 |
Color Harmonies of #CA703F
Complementary color
Monochromatic Colors of #CA703F
Black with #CA703F
Text Example
Text Example
White with #CA703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA703F; }
p { color: rgb(202,112,63); }
H1.HeaderClassName
{
color: #CA703F;
}
.AnyTagClassName
{
color: #CA703F;
}
</style>
background-color css
<style>
a { background-color: #CA703F; }
a { background-color: rgb(202,112,63); }
div.DivClassName
{
background-color: #CA703F;
}
.BgClassName
{
background-color: #CA703F;
}
</style>
border-color css
<style>
span { border-color: #CA703F; }
span { border-color: rgb(202,112,63); }
td.TdClassName
{
border-color: #CA703F;
}
.TagClassName
{
border-color: #CA703F;
}
</style>