Shades of Zest #CA7537
Tints of Zest #CA7537
RGB
CMYK
RGB Variations
Color information
#CA7537 (or 0xCA7537) is known color: Zest. HEX triplet: CA, 75 and 37. RGB value is (202,117,55). Sum of RGB (Red+Green+Blue) = 202+117+55=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 55 (21.88% from 255 or 14.71% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7537 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7537 is #358AC8. Grayscale: #878787. Windows color (decimal): -3508937 or 3634634. OLE color: 3634634.
HSL color Cylindrical-coordinate representation of color #CA7537: hue angle of 25.31º 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 #CA7537 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 117 | 55 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.21 |
| HSL | 25.31º | 0.58% | 0.5% | - |
| HSV(B) | 25.31º | 0.73% | 0.79% | - |
| XYZ | 31.41 | 25.55 | 6.89 | - |
| YUV | 135.35 | 82.66 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 117 | 55 | 0 | 0.42 | 0.73 | 0.21 | 25.31 | 0.58 | 0.5 |
| Hex | CA | 75 | 37 | 0 | 2A | 49 | 15 | 19 | 3A | 32 |
| Octal | 312 | 165 | 67 | 0 | 52 | 111 | 25 | 31 | 72 | 62 |
| Binary | 11001010 | 1110101 | 110111 | 0 | 101010 | 1001001 | 10101 | 11001 | 111010 | 110010 |
Color Harmonies of #CA7537
Complementary color
Monochromatic Colors of #CA7537
Black with #CA7537
Text Example
Text Example
White with #CA7537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7537; }
p { color: rgb(202,117,55); }
H1.HeaderClassName
{
color: #CA7537;
}
.AnyTagClassName
{
color: #CA7537;
}
</style>
background-color css
<style>
a { background-color: #CA7537; }
a { background-color: rgb(202,117,55); }
div.DivClassName
{
background-color: #CA7537;
}
.BgClassName
{
background-color: #CA7537;
}
</style>
border-color css
<style>
span { border-color: #CA7537; }
span { border-color: rgb(202,117,55); }
td.TdClassName
{
border-color: #CA7537;
}
.TagClassName
{
border-color: #CA7537;
}
</style>