Shades of Zest #CA7A3B
Tints of Zest #CA7A3B
RGB
CMYK
RGB Variations
Color information
#CA7A3B (or 0xCA7A3B) is known color: Zest. HEX triplet: CA, 7A and 3B. RGB value is (202,122,59). Sum of RGB (Red+Green+Blue) = 202+122+59=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 59 (23.44% from 255 or 15.40% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7A3B is #3585C4. Grayscale: #8B8B8B. Windows color (decimal): -3507653 or 3898058. OLE color: 3898058.
HSL color Cylindrical-coordinate representation of color #CA7A3B: hue angle of 26.43º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA7A3B is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 122 | 59 | - |
| CMYK | 0 | 0.40 | 0.71 | 0.21 |
| HSL | 26.43º | 0.57% | 0.51% | - |
| HSV(B) | 26.43º | 0.71% | 0.79% | - |
| XYZ | 32.11 | 26.79 | 7.62 | - |
| YUV | 138.74 | 83 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 122 | 59 | 0 | 0.40 | 0.71 | 0.21 | 26.43 | 0.57 | 0.51 |
| Hex | CA | 7A | 3B | 0 | 28 | 47 | 15 | 1A | 39 | 33 |
| Octal | 312 | 172 | 73 | 0 | 50 | 107 | 25 | 32 | 71 | 63 |
| Binary | 11001010 | 1111010 | 111011 | 0 | 101000 | 1000111 | 10101 | 11010 | 111001 | 110011 |
Color Harmonies of #CA7A3B
Complementary color
Monochromatic Colors of #CA7A3B
Black with #CA7A3B
Text Example
Text Example
White with #CA7A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7A3B; }
p { color: rgb(202,122,59); }
H1.HeaderClassName
{
color: #CA7A3B;
}
.AnyTagClassName
{
color: #CA7A3B;
}
</style>
background-color css
<style>
a { background-color: #CA7A3B; }
a { background-color: rgb(202,122,59); }
div.DivClassName
{
background-color: #CA7A3B;
}
.BgClassName
{
background-color: #CA7A3B;
}
</style>
border-color css
<style>
span { border-color: #CA7A3B; }
span { border-color: rgb(202,122,59); }
td.TdClassName
{
border-color: #CA7A3B;
}
.TagClassName
{
border-color: #CA7A3B;
}
</style>