Shades of Zest #CA793E
Tints of Zest #CA793E
RGB
CMYK
RGB Variations
Color information
#CA793E (or 0xCA793E) is known color: Zest. HEX triplet: CA, 79 and 3E. RGB value is (202,121,62). Sum of RGB (Red+Green+Blue) = 202+121+62=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 62 (24.61% from 255 or 16.10% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA793E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA793E is #3586C1. Grayscale: #8A8A8A. Windows color (decimal): -3507906 or 4094410. OLE color: 4094410.
HSL color Cylindrical-coordinate representation of color #CA793E: hue angle of 25.29º 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 #CA793E is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 121 | 62 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.21 |
| HSL | 25.29º | 0.57% | 0.52% | - |
| HSV(B) | 25.29º | 0.69% | 0.79% | - |
| XYZ | 32.06 | 26.58 | 8 | - |
| YUV | 138.49 | 84.84 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 121 | 62 | 0 | 0.40 | 0.69 | 0.21 | 25.29 | 0.57 | 0.52 |
| Hex | CA | 79 | 3E | 0 | 28 | 45 | 15 | 19 | 39 | 34 |
| Octal | 312 | 171 | 76 | 0 | 50 | 105 | 25 | 31 | 71 | 64 |
| Binary | 11001010 | 1111001 | 111110 | 0 | 101000 | 1000101 | 10101 | 11001 | 111001 | 110100 |
Color Harmonies of #CA793E
Complementary color
Monochromatic Colors of #CA793E
Black with #CA793E
Text Example
Text Example
White with #CA793E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA793E; }
p { color: rgb(202,121,62); }
H1.HeaderClassName
{
color: #CA793E;
}
.AnyTagClassName
{
color: #CA793E;
}
</style>
background-color css
<style>
a { background-color: #CA793E; }
a { background-color: rgb(202,121,62); }
div.DivClassName
{
background-color: #CA793E;
}
.BgClassName
{
background-color: #CA793E;
}
</style>
border-color css
<style>
span { border-color: #CA793E; }
span { border-color: rgb(202,121,62); }
td.TdClassName
{
border-color: #CA793E;
}
.TagClassName
{
border-color: #CA793E;
}
</style>