Shades of Zest #CA723A
Tints of Zest #CA723A
RGB
CMYK
RGB Variations
Color information
#CA723A (or 0xCA723A) is known color: Zest. HEX triplet: CA, 72 and 3A. RGB value is (202,114,58). Sum of RGB (Red+Green+Blue) = 202+114+58=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 58 (23.05% from 255 or 15.51% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA723A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA723A is #358DC5. Grayscale: #868686. Windows color (decimal): -3509702 or 3830474. OLE color: 3830474.
HSL color Cylindrical-coordinate representation of color #CA723A: hue angle of 23.33º degrees, saturation: 0.58, 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 #CA723A is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 114 | 58 | - |
| CMYK | 0 | 0.44 | 0.71 | 0.21 |
| HSL | 23.33º | 0.58% | 0.51% | - |
| HSV(B) | 23.33º | 0.71% | 0.79% | - |
| XYZ | 31.14 | 24.9 | 7.17 | - |
| YUV | 133.93 | 85.15 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 114 | 58 | 0 | 0.44 | 0.71 | 0.21 | 23.33 | 0.58 | 0.51 |
| Hex | CA | 72 | 3A | 0 | 2C | 47 | 15 | 17 | 3A | 33 |
| Octal | 312 | 162 | 72 | 0 | 54 | 107 | 25 | 27 | 72 | 63 |
| Binary | 11001010 | 1110010 | 111010 | 0 | 101100 | 1000111 | 10101 | 10111 | 111010 | 110011 |
Color Harmonies of #CA723A
Complementary color
Monochromatic Colors of #CA723A
Black with #CA723A
Text Example
Text Example
White with #CA723A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA723A; }
p { color: rgb(202,114,58); }
H1.HeaderClassName
{
color: #CA723A;
}
.AnyTagClassName
{
color: #CA723A;
}
</style>
background-color css
<style>
a { background-color: #CA723A; }
a { background-color: rgb(202,114,58); }
div.DivClassName
{
background-color: #CA723A;
}
.BgClassName
{
background-color: #CA723A;
}
</style>
border-color css
<style>
span { border-color: #CA723A; }
span { border-color: rgb(202,114,58); }
td.TdClassName
{
border-color: #CA723A;
}
.TagClassName
{
border-color: #CA723A;
}
</style>