Shades of Zest #C4763B
Tints of Zest #C4763B
RGB
CMYK
RGB Variations
Color information
#C4763B (or 0xC4763B) is known color: Zest. HEX triplet: C4, 76 and 3B. RGB value is (196,118,59). Sum of RGB (Red+Green+Blue) = 196+118+59=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 59 (23.44% from 255 or 15.82% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C4763B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4763B is #3B89C4. Grayscale: #868686. Windows color (decimal): -3901893 or 3897028. OLE color: 3897028.
HSL color Cylindrical-coordinate representation of color #C4763B: hue angle of 25.84º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4763B is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 59 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.23 |
| HSL | 25.84º | 0.54% | 0.5% | - |
| HSV(B) | 25.84º | 0.7% | 0.77% | - |
| XYZ | 30.03 | 25.01 | 7.38 | - |
| YUV | 134.6 | 85.34 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 59 | 0 | 0.40 | 0.70 | 0.23 | 25.84 | 0.54 | 0.5 |
| Hex | C4 | 76 | 3B | 0 | 28 | 46 | 17 | 1A | 36 | 32 |
| Octal | 304 | 166 | 73 | 0 | 50 | 106 | 27 | 32 | 66 | 62 |
| Binary | 11000100 | 1110110 | 111011 | 0 | 101000 | 1000110 | 10111 | 11010 | 110110 | 110010 |
Color Harmonies of #C4763B
Complementary color
Monochromatic Colors of #C4763B
Black with #C4763B
Text Example
Text Example
White with #C4763B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4763B; }
p { color: rgb(196,118,59); }
H1.HeaderClassName
{
color: #C4763B;
}
.AnyTagClassName
{
color: #C4763B;
}
</style>
background-color css
<style>
a { background-color: #C4763B; }
a { background-color: rgb(196,118,59); }
div.DivClassName
{
background-color: #C4763B;
}
.BgClassName
{
background-color: #C4763B;
}
</style>
border-color css
<style>
span { border-color: #C4763B; }
span { border-color: rgb(196,118,59); }
td.TdClassName
{
border-color: #C4763B;
}
.TagClassName
{
border-color: #C4763B;
}
</style>