Shades of Zest #CA783C
Tints of Zest #CA783C
RGB
CMYK
RGB Variations
Color information
#CA783C (or 0xCA783C) is known color: Zest. HEX triplet: CA, 78 and 3C. RGB value is (202,120,60). Sum of RGB (Red+Green+Blue) = 202+120+60=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 60 (23.83% from 255 or 15.71% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA783C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA783C is #3587C3. Grayscale: #898989. Windows color (decimal): -3508164 or 3963082. OLE color: 3963082.
HSL color Cylindrical-coordinate representation of color #CA783C: hue angle of 25.35º 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 #CA783C is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 120 | 60 | - |
| CMYK | 0 | 0.41 | 0.70 | 0.21 |
| HSL | 25.35º | 0.57% | 0.51% | - |
| HSV(B) | 25.35º | 0.7% | 0.79% | - |
| XYZ | 31.89 | 26.32 | 7.67 | - |
| YUV | 137.68 | 84.17 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 120 | 60 | 0 | 0.41 | 0.70 | 0.21 | 25.35 | 0.57 | 0.51 |
| Hex | CA | 78 | 3C | 0 | 29 | 46 | 15 | 19 | 39 | 33 |
| Octal | 312 | 170 | 74 | 0 | 51 | 106 | 25 | 31 | 71 | 63 |
| Binary | 11001010 | 1111000 | 111100 | 0 | 101001 | 1000110 | 10101 | 11001 | 111001 | 110011 |
Color Harmonies of #CA783C
Complementary color
Monochromatic Colors of #CA783C
Black with #CA783C
Text Example
Text Example
White with #CA783C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA783C; }
p { color: rgb(202,120,60); }
H1.HeaderClassName
{
color: #CA783C;
}
.AnyTagClassName
{
color: #CA783C;
}
</style>
background-color css
<style>
a { background-color: #CA783C; }
a { background-color: rgb(202,120,60); }
div.DivClassName
{
background-color: #CA783C;
}
.BgClassName
{
background-color: #CA783C;
}
</style>
border-color css
<style>
span { border-color: #CA783C; }
span { border-color: rgb(202,120,60); }
td.TdClassName
{
border-color: #CA783C;
}
.TagClassName
{
border-color: #CA783C;
}
</style>