Shades of Zest #CA723B
Tints of Zest #CA723B
RGB
CMYK
RGB Variations
Color information
#CA723B (or 0xCA723B) is known color: Zest. HEX triplet: CA, 72 and 3B. RGB value is (202,114,59). Sum of RGB (Red+Green+Blue) = 202+114+59=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 59 (23.44% from 255 or 15.73% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA723B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA723B is #358DC4. Grayscale: #868686. Windows color (decimal): -3509701 or 3896010. OLE color: 3896010.
HSL color Cylindrical-coordinate representation of color #CA723B: hue angle of 23.08º 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 #CA723B is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 114 | 59 | - |
| CMYK | 0 | 0.44 | 0.71 | 0.21 |
| HSL | 23.08º | 0.57% | 0.51% | - |
| HSV(B) | 23.08º | 0.71% | 0.79% | - |
| XYZ | 31.16 | 24.91 | 7.3 | - |
| YUV | 134.04 | 85.65 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 114 | 59 | 0 | 0.44 | 0.71 | 0.21 | 23.08 | 0.57 | 0.51 |
| Hex | CA | 72 | 3B | 0 | 2C | 47 | 15 | 17 | 39 | 33 |
| Octal | 312 | 162 | 73 | 0 | 54 | 107 | 25 | 27 | 71 | 63 |
| Binary | 11001010 | 1110010 | 111011 | 0 | 101100 | 1000111 | 10101 | 10111 | 111001 | 110011 |
Color Harmonies of #CA723B
Complementary color
Monochromatic Colors of #CA723B
Black with #CA723B
Text Example
Text Example
White with #CA723B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA723B; }
p { color: rgb(202,114,59); }
H1.HeaderClassName
{
color: #CA723B;
}
.AnyTagClassName
{
color: #CA723B;
}
</style>
background-color css
<style>
a { background-color: #CA723B; }
a { background-color: rgb(202,114,59); }
div.DivClassName
{
background-color: #CA723B;
}
.BgClassName
{
background-color: #CA723B;
}
</style>
border-color css
<style>
span { border-color: #CA723B; }
span { border-color: rgb(202,114,59); }
td.TdClassName
{
border-color: #CA723B;
}
.TagClassName
{
border-color: #CA723B;
}
</style>