Shades of Zest #CA7A3E
Tints of Zest #CA7A3E
RGB
CMYK
RGB Variations
Color information
#CA7A3E (or 0xCA7A3E) is known color: Zest. HEX triplet: CA, 7A and 3E. RGB value is (202,122,62). Sum of RGB (Red+Green+Blue) = 202+122+62=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 62 (24.61% from 255 or 16.06% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7A3E is #3585C1. Grayscale: #8B8B8B. Windows color (decimal): -3507650 or 4094666. OLE color: 4094666.
HSL color Cylindrical-coordinate representation of color #CA7A3E: hue angle of 25.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA7A3E is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 122 | 62 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.21 |
| HSL | 25.71º | 0.57% | 0.52% | - |
| HSV(B) | 25.71º | 0.69% | 0.79% | - |
| XYZ | 32.19 | 26.82 | 8.04 | - |
| YUV | 139.08 | 84.5 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 122 | 62 | 0 | 0.40 | 0.69 | 0.21 | 25.71 | 0.57 | 0.52 |
| Hex | CA | 7A | 3E | 0 | 28 | 45 | 15 | 1A | 39 | 34 |
| Octal | 312 | 172 | 76 | 0 | 50 | 105 | 25 | 32 | 71 | 64 |
| Binary | 11001010 | 1111010 | 111110 | 0 | 101000 | 1000101 | 10101 | 11010 | 111001 | 110100 |
Color Harmonies of #CA7A3E
Complementary color
Monochromatic Colors of #CA7A3E
Black with #CA7A3E
Text Example
Text Example
White with #CA7A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7A3E; }
p { color: rgb(202,122,62); }
H1.HeaderClassName
{
color: #CA7A3E;
}
.AnyTagClassName
{
color: #CA7A3E;
}
</style>
background-color css
<style>
a { background-color: #CA7A3E; }
a { background-color: rgb(202,122,62); }
div.DivClassName
{
background-color: #CA7A3E;
}
.BgClassName
{
background-color: #CA7A3E;
}
</style>
border-color css
<style>
span { border-color: #CA7A3E; }
span { border-color: rgb(202,122,62); }
td.TdClassName
{
border-color: #CA7A3E;
}
.TagClassName
{
border-color: #CA7A3E;
}
</style>