Shades of Zest #CA793D
Tints of Zest #CA793D
RGB
CMYK
RGB Variations
Color information
#CA793D (or 0xCA793D) is known color: Zest. HEX triplet: CA, 79 and 3D. RGB value is (202,121,61). Sum of RGB (Red+Green+Blue) = 202+121+61=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 61 (24.22% from 255 or 15.89% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA793D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA793D is #3586C2. Grayscale: #8A8A8A. Windows color (decimal): -3507907 or 4028874. OLE color: 4028874.
HSL color Cylindrical-coordinate representation of color #CA793D: hue angle of 25.53º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA793D is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 121 | 61 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.21 |
| HSL | 25.53º | 0.57% | 0.52% | - |
| HSV(B) | 25.53º | 0.7% | 0.79% | - |
| XYZ | 32.04 | 26.57 | 7.85 | - |
| YUV | 138.38 | 84.34 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 121 | 61 | 0 | 0.40 | 0.70 | 0.21 | 25.53 | 0.57 | 0.52 |
| Hex | CA | 79 | 3D | 0 | 28 | 46 | 15 | 1A | 39 | 34 |
| Octal | 312 | 171 | 75 | 0 | 50 | 106 | 25 | 32 | 71 | 64 |
| Binary | 11001010 | 1111001 | 111101 | 0 | 101000 | 1000110 | 10101 | 11010 | 111001 | 110100 |
Color Harmonies of #CA793D
Complementary color
Monochromatic Colors of #CA793D
Black with #CA793D
Text Example
Text Example
White with #CA793D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA793D; }
p { color: rgb(202,121,61); }
H1.HeaderClassName
{
color: #CA793D;
}
.AnyTagClassName
{
color: #CA793D;
}
</style>
background-color css
<style>
a { background-color: #CA793D; }
a { background-color: rgb(202,121,61); }
div.DivClassName
{
background-color: #CA793D;
}
.BgClassName
{
background-color: #CA793D;
}
</style>
border-color css
<style>
span { border-color: #CA793D; }
span { border-color: rgb(202,121,61); }
td.TdClassName
{
border-color: #CA793D;
}
.TagClassName
{
border-color: #CA793D;
}
</style>