Shades of Zest #CA6E34
Tints of Zest #CA6E34
RGB
CMYK
RGB Variations
Color information
#CA6E34 (or 0xCA6E34) is known color: Zest. HEX triplet: CA, 6E and 34. RGB value is (202,110,52). Sum of RGB (Red+Green+Blue) = 202+110+52=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 52 (20.70% from 255 or 14.29% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6E34 is #3591CB. Grayscale: #838383. Windows color (decimal): -3510732 or 3436234. OLE color: 3436234.
HSL color Cylindrical-coordinate representation of color #CA6E34: hue angle of 23.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA6E34 is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 110 | 52 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.21 |
| HSL | 23.2º | 0.59% | 0.5% | - |
| HSV(B) | 23.2º | 0.74% | 0.79% | - |
| XYZ | 30.55 | 23.96 | 6.26 | - |
| YUV | 130.9 | 83.48 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 110 | 52 | 0 | 0.46 | 0.74 | 0.21 | 23.2 | 0.59 | 0.5 |
| Hex | CA | 6E | 34 | 0 | 2E | 4A | 15 | 17 | 3B | 32 |
| Octal | 312 | 156 | 64 | 0 | 56 | 112 | 25 | 27 | 73 | 62 |
| Binary | 11001010 | 1101110 | 110100 | 0 | 101110 | 1001010 | 10101 | 10111 | 111011 | 110010 |
Color Harmonies of #CA6E34
Complementary color
Monochromatic Colors of #CA6E34
Black with #CA6E34
Text Example
Text Example
White with #CA6E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6E34; }
p { color: rgb(202,110,52); }
H1.HeaderClassName
{
color: #CA6E34;
}
.AnyTagClassName
{
color: #CA6E34;
}
</style>
background-color css
<style>
a { background-color: #CA6E34; }
a { background-color: rgb(202,110,52); }
div.DivClassName
{
background-color: #CA6E34;
}
.BgClassName
{
background-color: #CA6E34;
}
</style>
border-color css
<style>
span { border-color: #CA6E34; }
span { border-color: rgb(202,110,52); }
td.TdClassName
{
border-color: #CA6E34;
}
.TagClassName
{
border-color: #CA6E34;
}
</style>