Shades of Zest #CA7736
Tints of Zest #CA7736
RGB
CMYK
RGB Variations
Color information
#CA7736 (or 0xCA7736) is known color: Zest. HEX triplet: CA, 77 and 36. RGB value is (202,119,54). Sum of RGB (Red+Green+Blue) = 202+119+54=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 54 (21.48% from 255 or 14.4% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7736 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7736 is #3588C9. Grayscale: #888888. Windows color (decimal): -3508426 or 3569610. OLE color: 3569610.
HSL color Cylindrical-coordinate representation of color #CA7736: hue angle of 26.35º 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 #CA7736 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 119 | 54 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.21 |
| HSL | 26.35º | 0.58% | 0.5% | - |
| HSV(B) | 26.35º | 0.73% | 0.79% | - |
| XYZ | 31.62 | 26.02 | 6.85 | - |
| YUV | 136.41 | 81.5 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 54 | 0 | 0.41 | 0.73 | 0.21 | 26.35 | 0.58 | 0.5 |
| Hex | CA | 77 | 36 | 0 | 29 | 49 | 15 | 1A | 3A | 32 |
| Octal | 312 | 167 | 66 | 0 | 51 | 111 | 25 | 32 | 72 | 62 |
| Binary | 11001010 | 1110111 | 110110 | 0 | 101001 | 1001001 | 10101 | 11010 | 111010 | 110010 |
Color Harmonies of #CA7736
Complementary color
Monochromatic Colors of #CA7736
Black with #CA7736
Text Example
Text Example
White with #CA7736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7736; }
p { color: rgb(202,119,54); }
H1.HeaderClassName
{
color: #CA7736;
}
.AnyTagClassName
{
color: #CA7736;
}
</style>
background-color css
<style>
a { background-color: #CA7736; }
a { background-color: rgb(202,119,54); }
div.DivClassName
{
background-color: #CA7736;
}
.BgClassName
{
background-color: #CA7736;
}
</style>
border-color css
<style>
span { border-color: #CA7736; }
span { border-color: rgb(202,119,54); }
td.TdClassName
{
border-color: #CA7736;
}
.TagClassName
{
border-color: #CA7736;
}
</style>