Shades of Zest #C2763F
Tints of Zest #C2763F
RGB
CMYK
RGB Variations
Color information
#C2763F (or 0xC2763F) is known color: Zest. HEX triplet: C2, 76 and 3F. RGB value is (194,118,63). Sum of RGB (Red+Green+Blue) = 194+118+63=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C2763F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2763F is #3D89C0. Grayscale: #868686. Windows color (decimal): -4032961 or 4159170. OLE color: 4159170.
HSL color Cylindrical-coordinate representation of color #C2763F: hue angle of 25.19º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2763F is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 118 | 63 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.24 |
| HSL | 25.19º | 0.52% | 0.5% | - |
| HSV(B) | 25.19º | 0.68% | 0.76% | - |
| XYZ | 29.62 | 24.79 | 7.93 | - |
| YUV | 134.45 | 87.68 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 63 | 0 | 0.39 | 0.68 | 0.24 | 25.19 | 0.52 | 0.5 |
| Hex | C2 | 76 | 3F | 0 | 27 | 44 | 18 | 19 | 34 | 32 |
| Octal | 302 | 166 | 77 | 0 | 47 | 104 | 30 | 31 | 64 | 62 |
| Binary | 11000010 | 1110110 | 111111 | 0 | 100111 | 1000100 | 11000 | 11001 | 110100 | 110010 |
Color Harmonies of #C2763F
Complementary color
Monochromatic Colors of #C2763F
Black with #C2763F
Text Example
Text Example
White with #C2763F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2763F; }
p { color: rgb(194,118,63); }
H1.HeaderClassName
{
color: #C2763F;
}
.AnyTagClassName
{
color: #C2763F;
}
</style>
background-color css
<style>
a { background-color: #C2763F; }
a { background-color: rgb(194,118,63); }
div.DivClassName
{
background-color: #C2763F;
}
.BgClassName
{
background-color: #C2763F;
}
</style>
border-color css
<style>
span { border-color: #C2763F; }
span { border-color: rgb(194,118,63); }
td.TdClassName
{
border-color: #C2763F;
}
.TagClassName
{
border-color: #C2763F;
}
</style>