Shades of Zest #CA6D3C
Tints of Zest #CA6D3C
RGB
CMYK
RGB Variations
Color information
#CA6D3C (or 0xCA6D3C) is known color: Zest. HEX triplet: CA, 6D and 3C. RGB value is (202,109,60). Sum of RGB (Red+Green+Blue) = 202+109+60=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6D3C is #3592C3. Grayscale: #838383. Windows color (decimal): -3510980 or 3960266. OLE color: 3960266.
HSL color Cylindrical-coordinate representation of color #CA6D3C: hue angle of 20.7º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA6D3C is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 109 | 60 | - |
| CMYK | 0 | 0.46 | 0.70 | 0.21 |
| HSL | 20.7º | 0.57% | 0.51% | - |
| HSV(B) | 20.7º | 0.7% | 0.79% | - |
| XYZ | 30.64 | 23.82 | 7.26 | - |
| YUV | 131.22 | 87.81 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 109 | 60 | 0 | 0.46 | 0.70 | 0.21 | 20.7 | 0.57 | 0.51 |
| Hex | CA | 6D | 3C | 0 | 2E | 46 | 15 | 15 | 39 | 33 |
| Octal | 312 | 155 | 74 | 0 | 56 | 106 | 25 | 25 | 71 | 63 |
| Binary | 11001010 | 1101101 | 111100 | 0 | 101110 | 1000110 | 10101 | 10101 | 111001 | 110011 |
Color Harmonies of #CA6D3C
Complementary color
Monochromatic Colors of #CA6D3C
Black with #CA6D3C
Text Example
Text Example
White with #CA6D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6D3C; }
p { color: rgb(202,109,60); }
H1.HeaderClassName
{
color: #CA6D3C;
}
.AnyTagClassName
{
color: #CA6D3C;
}
</style>
background-color css
<style>
a { background-color: #CA6D3C; }
a { background-color: rgb(202,109,60); }
div.DivClassName
{
background-color: #CA6D3C;
}
.BgClassName
{
background-color: #CA6D3C;
}
</style>
border-color css
<style>
span { border-color: #CA6D3C; }
span { border-color: rgb(202,109,60); }
td.TdClassName
{
border-color: #CA6D3C;
}
.TagClassName
{
border-color: #CA6D3C;
}
</style>