Shades of Zest #CA7637
Tints of Zest #CA7637
RGB
CMYK
RGB Variations
Color information
#CA7637 (or 0xCA7637) is known color: Zest. HEX triplet: CA, 76 and 37. RGB value is (202,118,55). Sum of RGB (Red+Green+Blue) = 202+118+55=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 55 (21.88% from 255 or 14.67% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7637 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7637 is #3589C8. Grayscale: #888888. Windows color (decimal): -3508681 or 3634890. OLE color: 3634890.
HSL color Cylindrical-coordinate representation of color #CA7637: hue angle of 25.71º 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 #CA7637 is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 118 | 55 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.21 |
| HSL | 25.71º | 0.58% | 0.5% | - |
| HSV(B) | 25.71º | 0.73% | 0.79% | - |
| XYZ | 31.53 | 25.79 | 6.93 | - |
| YUV | 135.93 | 82.33 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 55 | 0 | 0.42 | 0.73 | 0.21 | 25.71 | 0.58 | 0.5 |
| Hex | CA | 76 | 37 | 0 | 2A | 49 | 15 | 1A | 3A | 32 |
| Octal | 312 | 166 | 67 | 0 | 52 | 111 | 25 | 32 | 72 | 62 |
| Binary | 11001010 | 1110110 | 110111 | 0 | 101010 | 1001001 | 10101 | 11010 | 111010 | 110010 |
Color Harmonies of #CA7637
Complementary color
Monochromatic Colors of #CA7637
Black with #CA7637
Text Example
Text Example
White with #CA7637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7637; }
p { color: rgb(202,118,55); }
H1.HeaderClassName
{
color: #CA7637;
}
.AnyTagClassName
{
color: #CA7637;
}
</style>
background-color css
<style>
a { background-color: #CA7637; }
a { background-color: rgb(202,118,55); }
div.DivClassName
{
background-color: #CA7637;
}
.BgClassName
{
background-color: #CA7637;
}
</style>
border-color css
<style>
span { border-color: #CA7637; }
span { border-color: rgb(202,118,55); }
td.TdClassName
{
border-color: #CA7637;
}
.TagClassName
{
border-color: #CA7637;
}
</style>