Shades of Zest #CA7636
Tints of Zest #CA7636
RGB
CMYK
RGB Variations
Color information
#CA7636 (or 0xCA7636) is known color: Zest. HEX triplet: CA, 76 and 36. RGB value is (202,118,54). Sum of RGB (Red+Green+Blue) = 202+118+54=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 54 (21.48% from 255 or 14.44% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7636 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7636 is #3589C9. Grayscale: #888888. Windows color (decimal): -3508682 or 3569354. OLE color: 3569354.
HSL color Cylindrical-coordinate representation of color #CA7636: hue angle of 25.95º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA7636 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 118 | 54 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.21 |
| HSL | 25.95º | 0.58% | 0.5% | - |
| HSV(B) | 25.95º | 0.73% | 0.79% | - |
| XYZ | 31.5 | 25.78 | 6.81 | - |
| YUV | 135.82 | 81.83 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 54 | 0 | 0.42 | 0.73 | 0.21 | 25.95 | 0.58 | 0.5 |
| Hex | CA | 76 | 36 | 0 | 2A | 49 | 15 | 1A | 3A | 32 |
| Octal | 312 | 166 | 66 | 0 | 52 | 111 | 25 | 32 | 72 | 62 |
| Binary | 11001010 | 1110110 | 110110 | 0 | 101010 | 1001001 | 10101 | 11010 | 111010 | 110010 |
Color Harmonies of #CA7636
Complementary color
Monochromatic Colors of #CA7636
Black with #CA7636
Text Example
Text Example
White with #CA7636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7636; }
p { color: rgb(202,118,54); }
H1.HeaderClassName
{
color: #CA7636;
}
.AnyTagClassName
{
color: #CA7636;
}
</style>
background-color css
<style>
a { background-color: #CA7636; }
a { background-color: rgb(202,118,54); }
div.DivClassName
{
background-color: #CA7636;
}
.BgClassName
{
background-color: #CA7636;
}
</style>
border-color css
<style>
span { border-color: #CA7636; }
span { border-color: rgb(202,118,54); }
td.TdClassName
{
border-color: #CA7636;
}
.TagClassName
{
border-color: #CA7636;
}
</style>