Shades of Zest #CA7041
Tints of Zest #CA7041
RGB
CMYK
RGB Variations
Color information
#CA7041 (or 0xCA7041) is known color: Zest. HEX triplet: CA, 70 and 41. RGB value is (202,112,65). Sum of RGB (Red+Green+Blue) = 202+112+65=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7041 is #358FBE. Grayscale: #858585. Windows color (decimal): -3510207 or 4288714. OLE color: 4288714.
HSL color Cylindrical-coordinate representation of color #CA7041: hue angle of 20.58º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA7041 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 112 | 65 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.21 |
| HSL | 20.58º | 0.56% | 0.52% | - |
| HSV(B) | 20.58º | 0.68% | 0.79% | - |
| XYZ | 31.11 | 24.53 | 8.1 | - |
| YUV | 133.55 | 89.32 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 112 | 65 | 0 | 0.45 | 0.68 | 0.21 | 20.58 | 0.56 | 0.52 |
| Hex | CA | 70 | 41 | 0 | 2D | 44 | 15 | 15 | 38 | 34 |
| Octal | 312 | 160 | 101 | 0 | 55 | 104 | 25 | 25 | 70 | 64 |
| Binary | 11001010 | 1110000 | 1000001 | 0 | 101101 | 1000100 | 10101 | 10101 | 111000 | 110100 |
Color Harmonies of #CA7041
Complementary color
Monochromatic Colors of #CA7041
Black with #CA7041
Text Example
Text Example
White with #CA7041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7041; }
p { color: rgb(202,112,65); }
H1.HeaderClassName
{
color: #CA7041;
}
.AnyTagClassName
{
color: #CA7041;
}
</style>
background-color css
<style>
a { background-color: #CA7041; }
a { background-color: rgb(202,112,65); }
div.DivClassName
{
background-color: #CA7041;
}
.BgClassName
{
background-color: #CA7041;
}
</style>
border-color css
<style>
span { border-color: #CA7041; }
span { border-color: rgb(202,112,65); }
td.TdClassName
{
border-color: #CA7041;
}
.TagClassName
{
border-color: #CA7041;
}
</style>