Shades of Zest #CA6D3A
Tints of Zest #CA6D3A
RGB
CMYK
RGB Variations
Color information
#CA6D3A (or 0xCA6D3A) is known color: Zest. HEX triplet: CA, 6D and 3A. RGB value is (202,109,58). Sum of RGB (Red+Green+Blue) = 202+109+58=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 58 (23.05% from 255 or 15.72% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6D3A is #3592C5. Grayscale: #838383. Windows color (decimal): -3510982 or 3829194. OLE color: 3829194.
HSL color Cylindrical-coordinate representation of color #CA6D3A: hue angle of 21.25º degrees, saturation: 0.58, 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 #CA6D3A is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 109 | 58 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.21 |
| HSL | 21.25º | 0.58% | 0.51% | - |
| HSV(B) | 21.25º | 0.71% | 0.79% | - |
| XYZ | 30.59 | 23.8 | 6.98 | - |
| YUV | 130.99 | 86.81 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 109 | 58 | 0 | 0.46 | 0.71 | 0.21 | 21.25 | 0.58 | 0.51 |
| Hex | CA | 6D | 3A | 0 | 2E | 47 | 15 | 15 | 3A | 33 |
| Octal | 312 | 155 | 72 | 0 | 56 | 107 | 25 | 25 | 72 | 63 |
| Binary | 11001010 | 1101101 | 111010 | 0 | 101110 | 1000111 | 10101 | 10101 | 111010 | 110011 |
Color Harmonies of #CA6D3A
Complementary color
Monochromatic Colors of #CA6D3A
Black with #CA6D3A
Text Example
Text Example
White with #CA6D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6D3A; }
p { color: rgb(202,109,58); }
H1.HeaderClassName
{
color: #CA6D3A;
}
.AnyTagClassName
{
color: #CA6D3A;
}
</style>
background-color css
<style>
a { background-color: #CA6D3A; }
a { background-color: rgb(202,109,58); }
div.DivClassName
{
background-color: #CA6D3A;
}
.BgClassName
{
background-color: #CA6D3A;
}
</style>
border-color css
<style>
span { border-color: #CA6D3A; }
span { border-color: rgb(202,109,58); }
td.TdClassName
{
border-color: #CA6D3A;
}
.TagClassName
{
border-color: #CA6D3A;
}
</style>