Shades of Zest #CA783A
Tints of Zest #CA783A
RGB
CMYK
RGB Variations
Color information
#CA783A (or 0xCA783A) is known color: Zest. HEX triplet: CA, 78 and 3A. RGB value is (202,120,58). Sum of RGB (Red+Green+Blue) = 202+120+58=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 58 (23.05% from 255 or 15.26% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA783A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA783A is #3587C5. Grayscale: #898989. Windows color (decimal): -3508166 or 3832010. OLE color: 3832010.
HSL color Cylindrical-coordinate representation of color #CA783A: hue angle of 25.83º 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 #CA783A is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 120 | 58 | - |
| CMYK | 0 | 0.41 | 0.71 | 0.21 |
| HSL | 25.83º | 0.58% | 0.51% | - |
| HSV(B) | 25.83º | 0.71% | 0.79% | - |
| XYZ | 31.84 | 26.29 | 7.4 | - |
| YUV | 137.45 | 83.17 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 120 | 58 | 0 | 0.41 | 0.71 | 0.21 | 25.83 | 0.58 | 0.51 |
| Hex | CA | 78 | 3A | 0 | 29 | 47 | 15 | 1A | 3A | 33 |
| Octal | 312 | 170 | 72 | 0 | 51 | 107 | 25 | 32 | 72 | 63 |
| Binary | 11001010 | 1111000 | 111010 | 0 | 101001 | 1000111 | 10101 | 11010 | 111010 | 110011 |
Color Harmonies of #CA783A
Complementary color
Monochromatic Colors of #CA783A
Black with #CA783A
Text Example
Text Example
White with #CA783A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA783A; }
p { color: rgb(202,120,58); }
H1.HeaderClassName
{
color: #CA783A;
}
.AnyTagClassName
{
color: #CA783A;
}
</style>
background-color css
<style>
a { background-color: #CA783A; }
a { background-color: rgb(202,120,58); }
div.DivClassName
{
background-color: #CA783A;
}
.BgClassName
{
background-color: #CA783A;
}
</style>
border-color css
<style>
span { border-color: #CA783A; }
span { border-color: rgb(202,120,58); }
td.TdClassName
{
border-color: #CA783A;
}
.TagClassName
{
border-color: #CA783A;
}
</style>