Shades of Zest #CA763F
Tints of Zest #CA763F
RGB
CMYK
RGB Variations
Color information
#CA763F (or 0xCA763F) is known color: Zest. HEX triplet: CA, 76 and 3F. RGB value is (202,118,63). Sum of RGB (Red+Green+Blue) = 202+118+63=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA763F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA763F is #3589C0. Grayscale: #898989. Windows color (decimal): -3508673 or 4159178. OLE color: 4159178.
HSL color Cylindrical-coordinate representation of color #CA763F: hue angle of 23.74º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA763F is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 118 | 63 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.21 |
| HSL | 23.74º | 0.57% | 0.52% | - |
| HSV(B) | 23.74º | 0.69% | 0.79% | - |
| XYZ | 31.73 | 25.87 | 8.02 | - |
| YUV | 136.85 | 86.33 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 63 | 0 | 0.42 | 0.69 | 0.21 | 23.74 | 0.57 | 0.52 |
| Hex | CA | 76 | 3F | 0 | 2A | 45 | 15 | 18 | 39 | 34 |
| Octal | 312 | 166 | 77 | 0 | 52 | 105 | 25 | 30 | 71 | 64 |
| Binary | 11001010 | 1110110 | 111111 | 0 | 101010 | 1000101 | 10101 | 11000 | 111001 | 110100 |
Color Harmonies of #CA763F
Complementary color
Monochromatic Colors of #CA763F
Black with #CA763F
Text Example
Text Example
White with #CA763F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA763F; }
p { color: rgb(202,118,63); }
H1.HeaderClassName
{
color: #CA763F;
}
.AnyTagClassName
{
color: #CA763F;
}
</style>
background-color css
<style>
a { background-color: #CA763F; }
a { background-color: rgb(202,118,63); }
div.DivClassName
{
background-color: #CA763F;
}
.BgClassName
{
background-color: #CA763F;
}
</style>
border-color css
<style>
span { border-color: #CA763F; }
span { border-color: rgb(202,118,63); }
td.TdClassName
{
border-color: #CA763F;
}
.TagClassName
{
border-color: #CA763F;
}
</style>