Shades of Zest #CA7841
Tints of Zest #CA7841
RGB
CMYK
RGB Variations
Color information
#CA7841 (or 0xCA7841) is known color: Zest. HEX triplet: CA, 78 and 41. RGB value is (202,120,65). Sum of RGB (Red+Green+Blue) = 202+120+65=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7841 is #3587BE. Grayscale: #8A8A8A. Windows color (decimal): -3508159 or 4290762. OLE color: 4290762.
HSL color Cylindrical-coordinate representation of color #CA7841: hue angle of 24.09º degrees, saturation: 0.56, 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 #CA7841 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 120 | 65 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.21 |
| HSL | 24.09º | 0.56% | 0.52% | - |
| HSV(B) | 24.09º | 0.68% | 0.79% | - |
| XYZ | 32.03 | 26.37 | 8.4 | - |
| YUV | 138.25 | 86.67 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 120 | 65 | 0 | 0.41 | 0.68 | 0.21 | 24.09 | 0.56 | 0.52 |
| Hex | CA | 78 | 41 | 0 | 29 | 44 | 15 | 18 | 38 | 34 |
| Octal | 312 | 170 | 101 | 0 | 51 | 104 | 25 | 30 | 70 | 64 |
| Binary | 11001010 | 1111000 | 1000001 | 0 | 101001 | 1000100 | 10101 | 11000 | 111000 | 110100 |
Color Harmonies of #CA7841
Complementary color
Monochromatic Colors of #CA7841
Black with #CA7841
Text Example
Text Example
White with #CA7841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7841; }
p { color: rgb(202,120,65); }
H1.HeaderClassName
{
color: #CA7841;
}
.AnyTagClassName
{
color: #CA7841;
}
</style>
background-color css
<style>
a { background-color: #CA7841; }
a { background-color: rgb(202,120,65); }
div.DivClassName
{
background-color: #CA7841;
}
.BgClassName
{
background-color: #CA7841;
}
</style>
border-color css
<style>
span { border-color: #CA7841; }
span { border-color: rgb(202,120,65); }
td.TdClassName
{
border-color: #CA7841;
}
.TagClassName
{
border-color: #CA7841;
}
</style>