Shades of Zest #CA783B
Tints of Zest #CA783B
RGB
CMYK
RGB Variations
Color information
#CA783B (or 0xCA783B) is known color: Zest. HEX triplet: CA, 78 and 3B. RGB value is (202,120,59). Sum of RGB (Red+Green+Blue) = 202+120+59=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 59 (23.44% from 255 or 15.49% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA783B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA783B is #3587C4. Grayscale: #898989. Windows color (decimal): -3508165 or 3897546. OLE color: 3897546.
HSL color Cylindrical-coordinate representation of color #CA783B: hue angle of 25.59º degrees, saturation: 0.57, 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 #CA783B is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 120 | 59 | - |
| CMYK | 0 | 0.41 | 0.71 | 0.21 |
| HSL | 25.59º | 0.57% | 0.51% | - |
| HSV(B) | 25.59º | 0.71% | 0.79% | - |
| XYZ | 31.86 | 26.31 | 7.54 | - |
| YUV | 137.56 | 83.67 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 120 | 59 | 0 | 0.41 | 0.71 | 0.21 | 25.59 | 0.57 | 0.51 |
| Hex | CA | 78 | 3B | 0 | 29 | 47 | 15 | 1A | 39 | 33 |
| Octal | 312 | 170 | 73 | 0 | 51 | 107 | 25 | 32 | 71 | 63 |
| Binary | 11001010 | 1111000 | 111011 | 0 | 101001 | 1000111 | 10101 | 11010 | 111001 | 110011 |
Color Harmonies of #CA783B
Complementary color
Monochromatic Colors of #CA783B
Black with #CA783B
Text Example
Text Example
White with #CA783B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA783B; }
p { color: rgb(202,120,59); }
H1.HeaderClassName
{
color: #CA783B;
}
.AnyTagClassName
{
color: #CA783B;
}
</style>
background-color css
<style>
a { background-color: #CA783B; }
a { background-color: rgb(202,120,59); }
div.DivClassName
{
background-color: #CA783B;
}
.BgClassName
{
background-color: #CA783B;
}
</style>
border-color css
<style>
span { border-color: #CA783B; }
span { border-color: rgb(202,120,59); }
td.TdClassName
{
border-color: #CA783B;
}
.TagClassName
{
border-color: #CA783B;
}
</style>