Shades of Zest #CA7231
Tints of Zest #CA7231
RGB
CMYK
RGB Variations
Color information
#CA7231 (or 0xCA7231) is known color: Zest. HEX triplet: CA, 72 and 31. RGB value is (202,114,49). Sum of RGB (Red+Green+Blue) = 202+114+49=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 49 (19.53% from 255 or 13.42% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7231 is #358DCE. Grayscale: #858585. Windows color (decimal): -3509711 or 3240650. OLE color: 3240650.
HSL color Cylindrical-coordinate representation of color #CA7231: hue angle of 25.49º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA7231 is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 114 | 49 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.21 |
| HSL | 25.49º | 0.61% | 0.49% | - |
| HSV(B) | 25.49º | 0.76% | 0.79% | - |
| XYZ | 30.93 | 24.81 | 6.06 | - |
| YUV | 132.9 | 80.65 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 114 | 49 | 0 | 0.44 | 0.76 | 0.21 | 25.49 | 0.61 | 0.49 |
| Hex | CA | 72 | 31 | 0 | 2C | 4C | 15 | 19 | 3D | 31 |
| Octal | 312 | 162 | 61 | 0 | 54 | 114 | 25 | 31 | 75 | 61 |
| Binary | 11001010 | 1110010 | 110001 | 0 | 101100 | 1001100 | 10101 | 11001 | 111101 | 110001 |
Color Harmonies of #CA7231
Complementary color
Monochromatic Colors of #CA7231
Black with #CA7231
Text Example
Text Example
White with #CA7231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7231; }
p { color: rgb(202,114,49); }
H1.HeaderClassName
{
color: #CA7231;
}
.AnyTagClassName
{
color: #CA7231;
}
</style>
background-color css
<style>
a { background-color: #CA7231; }
a { background-color: rgb(202,114,49); }
div.DivClassName
{
background-color: #CA7231;
}
.BgClassName
{
background-color: #CA7231;
}
</style>
border-color css
<style>
span { border-color: #CA7231; }
span { border-color: rgb(202,114,49); }
td.TdClassName
{
border-color: #CA7231;
}
.TagClassName
{
border-color: #CA7231;
}
</style>