Shades of Zest #CA743D
Tints of Zest #CA743D
RGB
CMYK
RGB Variations
Color information
#CA743D (or 0xCA743D) is known color: Zest. HEX triplet: CA, 74 and 3D. RGB value is (202,116,61). Sum of RGB (Red+Green+Blue) = 202+116+61=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA743D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA743D is #358BC2. Grayscale: #878787. Windows color (decimal): -3509187 or 4027594. OLE color: 4027594.
HSL color Cylindrical-coordinate representation of color #CA743D: hue angle of 23.4º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA743D is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 116 | 61 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.21 |
| HSL | 23.4º | 0.57% | 0.52% | - |
| HSV(B) | 23.4º | 0.7% | 0.79% | - |
| XYZ | 31.44 | 25.38 | 7.66 | - |
| YUV | 135.44 | 85.99 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 61 | 0 | 0.43 | 0.70 | 0.21 | 23.4 | 0.57 | 0.52 |
| Hex | CA | 74 | 3D | 0 | 2B | 46 | 15 | 17 | 39 | 34 |
| Octal | 312 | 164 | 75 | 0 | 53 | 106 | 25 | 27 | 71 | 64 |
| Binary | 11001010 | 1110100 | 111101 | 0 | 101011 | 1000110 | 10101 | 10111 | 111001 | 110100 |
Color Harmonies of #CA743D
Complementary color
Monochromatic Colors of #CA743D
Black with #CA743D
Text Example
Text Example
White with #CA743D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA743D; }
p { color: rgb(202,116,61); }
H1.HeaderClassName
{
color: #CA743D;
}
.AnyTagClassName
{
color: #CA743D;
}
</style>
background-color css
<style>
a { background-color: #CA743D; }
a { background-color: rgb(202,116,61); }
div.DivClassName
{
background-color: #CA743D;
}
.BgClassName
{
background-color: #CA743D;
}
</style>
border-color css
<style>
span { border-color: #CA743D; }
span { border-color: rgb(202,116,61); }
td.TdClassName
{
border-color: #CA743D;
}
.TagClassName
{
border-color: #CA743D;
}
</style>