Shades of Zest #CA7540
Tints of Zest #CA7540
RGB
CMYK
RGB Variations
Color information
#CA7540 (or 0xCA7540) is known color: Zest. HEX triplet: CA, 75 and 40. RGB value is (202,117,64). Sum of RGB (Red+Green+Blue) = 202+117+64=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7540 is #358ABF. Grayscale: #888888. Windows color (decimal): -3508928 or 4224458. OLE color: 4224458.
HSL color Cylindrical-coordinate representation of color #CA7540: hue angle of 23.04º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA7540 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 117 | 64 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.21 |
| HSL | 23.04º | 0.57% | 0.52% | - |
| HSV(B) | 23.04º | 0.68% | 0.79% | - |
| XYZ | 31.64 | 25.65 | 8.13 | - |
| YUV | 136.37 | 87.16 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 117 | 64 | 0 | 0.42 | 0.68 | 0.21 | 23.04 | 0.57 | 0.52 |
| Hex | CA | 75 | 40 | 0 | 2A | 44 | 15 | 17 | 39 | 34 |
| Octal | 312 | 165 | 100 | 0 | 52 | 104 | 25 | 27 | 71 | 64 |
| Binary | 11001010 | 1110101 | 1000000 | 0 | 101010 | 1000100 | 10101 | 10111 | 111001 | 110100 |
Color Harmonies of #CA7540
Complementary color
Monochromatic Colors of #CA7540
Black with #CA7540
Text Example
Text Example
White with #CA7540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7540; }
p { color: rgb(202,117,64); }
H1.HeaderClassName
{
color: #CA7540;
}
.AnyTagClassName
{
color: #CA7540;
}
</style>
background-color css
<style>
a { background-color: #CA7540; }
a { background-color: rgb(202,117,64); }
div.DivClassName
{
background-color: #CA7540;
}
.BgClassName
{
background-color: #CA7540;
}
</style>
border-color css
<style>
span { border-color: #CA7540; }
span { border-color: rgb(202,117,64); }
td.TdClassName
{
border-color: #CA7540;
}
.TagClassName
{
border-color: #CA7540;
}
</style>