Shades of Zest #C2763A
Tints of Zest #C2763A
RGB
CMYK
RGB Variations
Color information
#C2763A (or 0xC2763A) is known color: Zest. HEX triplet: C2, 76 and 3A. RGB value is (194,118,58). Sum of RGB (Red+Green+Blue) = 194+118+58=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C2763A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2763A is #3D89C5. Grayscale: #868686. Windows color (decimal): -4032966 or 3831490. OLE color: 3831490.
HSL color Cylindrical-coordinate representation of color #C2763A: hue angle of 26.47º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2763A is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 118 | 58 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.24 |
| HSL | 26.47º | 0.54% | 0.49% | - |
| HSV(B) | 26.47º | 0.7% | 0.76% | - |
| XYZ | 29.49 | 24.73 | 7.22 | - |
| YUV | 133.88 | 85.18 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 58 | 0 | 0.39 | 0.70 | 0.24 | 26.47 | 0.54 | 0.49 |
| Hex | C2 | 76 | 3A | 0 | 27 | 46 | 18 | 1A | 36 | 31 |
| Octal | 302 | 166 | 72 | 0 | 47 | 106 | 30 | 32 | 66 | 61 |
| Binary | 11000010 | 1110110 | 111010 | 0 | 100111 | 1000110 | 11000 | 11010 | 110110 | 110001 |
Color Harmonies of #C2763A
Complementary color
Monochromatic Colors of #C2763A
Black with #C2763A
Text Example
Text Example
White with #C2763A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2763A; }
p { color: rgb(194,118,58); }
H1.HeaderClassName
{
color: #C2763A;
}
.AnyTagClassName
{
color: #C2763A;
}
</style>
background-color css
<style>
a { background-color: #C2763A; }
a { background-color: rgb(194,118,58); }
div.DivClassName
{
background-color: #C2763A;
}
.BgClassName
{
background-color: #C2763A;
}
</style>
border-color css
<style>
span { border-color: #C2763A; }
span { border-color: rgb(194,118,58); }
td.TdClassName
{
border-color: #C2763A;
}
.TagClassName
{
border-color: #C2763A;
}
</style>