Shades of Zest #CA733D
Tints of Zest #CA733D
RGB
CMYK
RGB Variations
Color information
#CA733D (or 0xCA733D) is known color: Zest. HEX triplet: CA, 73 and 3D. RGB value is (202,115,61). Sum of RGB (Red+Green+Blue) = 202+115+61=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA733D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA733D is #358CC2. Grayscale: #878787. Windows color (decimal): -3509443 or 4027338. OLE color: 4027338.
HSL color Cylindrical-coordinate representation of color #CA733D: hue angle of 22.98º 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 #CA733D is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 115 | 61 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.21 |
| HSL | 22.98º | 0.57% | 0.52% | - |
| HSV(B) | 22.98º | 0.7% | 0.79% | - |
| XYZ | 31.33 | 25.15 | 7.62 | - |
| YUV | 134.86 | 86.32 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 115 | 61 | 0 | 0.43 | 0.70 | 0.21 | 22.98 | 0.57 | 0.52 |
| Hex | CA | 73 | 3D | 0 | 2B | 46 | 15 | 17 | 39 | 34 |
| Octal | 312 | 163 | 75 | 0 | 53 | 106 | 25 | 27 | 71 | 64 |
| Binary | 11001010 | 1110011 | 111101 | 0 | 101011 | 1000110 | 10101 | 10111 | 111001 | 110100 |
Color Harmonies of #CA733D
Complementary color
Monochromatic Colors of #CA733D
Black with #CA733D
Text Example
Text Example
White with #CA733D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA733D; }
p { color: rgb(202,115,61); }
H1.HeaderClassName
{
color: #CA733D;
}
.AnyTagClassName
{
color: #CA733D;
}
</style>
background-color css
<style>
a { background-color: #CA733D; }
a { background-color: rgb(202,115,61); }
div.DivClassName
{
background-color: #CA733D;
}
.BgClassName
{
background-color: #CA733D;
}
</style>
border-color css
<style>
span { border-color: #CA733D; }
span { border-color: rgb(202,115,61); }
td.TdClassName
{
border-color: #CA733D;
}
.TagClassName
{
border-color: #CA733D;
}
</style>