Shades of Zest #CA7437
Tints of Zest #CA7437
RGB
CMYK
RGB Variations
Color information
#CA7437 (or 0xCA7437) is known color: Zest. HEX triplet: CA, 74 and 37. RGB value is (202,116,55). Sum of RGB (Red+Green+Blue) = 202+116+55=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 55 (21.88% from 255 or 14.75% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7437 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7437 is #358BC8. Grayscale: #878787. Windows color (decimal): -3509193 or 3634378. OLE color: 3634378.
HSL color Cylindrical-coordinate representation of color #CA7437: hue angle of 24.9º 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 #CA7437 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 116 | 55 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.21 |
| HSL | 24.9º | 0.58% | 0.5% | - |
| HSV(B) | 24.9º | 0.73% | 0.79% | - |
| XYZ | 31.29 | 25.32 | 6.85 | - |
| YUV | 134.76 | 82.99 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 55 | 0 | 0.43 | 0.73 | 0.21 | 24.9 | 0.58 | 0.5 |
| Hex | CA | 74 | 37 | 0 | 2B | 49 | 15 | 19 | 3A | 32 |
| Octal | 312 | 164 | 67 | 0 | 53 | 111 | 25 | 31 | 72 | 62 |
| Binary | 11001010 | 1110100 | 110111 | 0 | 101011 | 1001001 | 10101 | 11001 | 111010 | 110010 |
Color Harmonies of #CA7437
Complementary color
Monochromatic Colors of #CA7437
Black with #CA7437
Text Example
Text Example
White with #CA7437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7437; }
p { color: rgb(202,116,55); }
H1.HeaderClassName
{
color: #CA7437;
}
.AnyTagClassName
{
color: #CA7437;
}
</style>
background-color css
<style>
a { background-color: #CA7437; }
a { background-color: rgb(202,116,55); }
div.DivClassName
{
background-color: #CA7437;
}
.BgClassName
{
background-color: #CA7437;
}
</style>
border-color css
<style>
span { border-color: #CA7437; }
span { border-color: rgb(202,116,55); }
td.TdClassName
{
border-color: #CA7437;
}
.TagClassName
{
border-color: #CA7437;
}
</style>