Shades of Zest #CA773B
Tints of Zest #CA773B
RGB
CMYK
RGB Variations
Color information
#CA773B (or 0xCA773B) is known color: Zest. HEX triplet: CA, 77 and 3B. RGB value is (202,119,59). Sum of RGB (Red+Green+Blue) = 202+119+59=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 59 (23.44% from 255 or 15.53% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA773B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA773B is #3588C4. Grayscale: #898989. Windows color (decimal): -3508421 or 3897290. OLE color: 3897290.
HSL color Cylindrical-coordinate representation of color #CA773B: hue angle of 25.17º 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 #CA773B is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 119 | 59 | - |
| CMYK | 0 | 0.41 | 0.71 | 0.21 |
| HSL | 25.17º | 0.57% | 0.51% | - |
| HSV(B) | 25.17º | 0.71% | 0.79% | - |
| XYZ | 31.74 | 26.07 | 7.5 | - |
| YUV | 136.98 | 84 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 59 | 0 | 0.41 | 0.71 | 0.21 | 25.17 | 0.57 | 0.51 |
| Hex | CA | 77 | 3B | 0 | 29 | 47 | 15 | 19 | 39 | 33 |
| Octal | 312 | 167 | 73 | 0 | 51 | 107 | 25 | 31 | 71 | 63 |
| Binary | 11001010 | 1110111 | 111011 | 0 | 101001 | 1000111 | 10101 | 11001 | 111001 | 110011 |
Color Harmonies of #CA773B
Complementary color
Monochromatic Colors of #CA773B
Black with #CA773B
Text Example
Text Example
White with #CA773B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA773B; }
p { color: rgb(202,119,59); }
H1.HeaderClassName
{
color: #CA773B;
}
.AnyTagClassName
{
color: #CA773B;
}
</style>
background-color css
<style>
a { background-color: #CA773B; }
a { background-color: rgb(202,119,59); }
div.DivClassName
{
background-color: #CA773B;
}
.BgClassName
{
background-color: #CA773B;
}
</style>
border-color css
<style>
span { border-color: #CA773B; }
span { border-color: rgb(202,119,59); }
td.TdClassName
{
border-color: #CA773B;
}
.TagClassName
{
border-color: #CA773B;
}
</style>