Shades of Zest #C4763E
Tints of Zest #C4763E
RGB
CMYK
RGB Variations
Color information
#C4763E (or 0xC4763E) is known color: Zest. HEX triplet: C4, 76 and 3E. RGB value is (196,118,62). Sum of RGB (Red+Green+Blue) = 196+118+62=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 62 (24.61% from 255 or 16.49% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C4763E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4763E is #3B89C1. Grayscale: #878787. Windows color (decimal): -3901890 or 4093636. OLE color: 4093636.
HSL color Cylindrical-coordinate representation of color #C4763E: hue angle of 25.07º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C4763E is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 62 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.23 |
| HSL | 25.07º | 0.53% | 0.51% | - |
| HSV(B) | 25.07º | 0.68% | 0.77% | - |
| XYZ | 30.11 | 25.04 | 7.8 | - |
| YUV | 134.94 | 86.84 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 62 | 0 | 0.40 | 0.68 | 0.23 | 25.07 | 0.53 | 0.51 |
| Hex | C4 | 76 | 3E | 0 | 28 | 44 | 17 | 19 | 35 | 33 |
| Octal | 304 | 166 | 76 | 0 | 50 | 104 | 27 | 31 | 65 | 63 |
| Binary | 11000100 | 1110110 | 111110 | 0 | 101000 | 1000100 | 10111 | 11001 | 110101 | 110011 |
Color Harmonies of #C4763E
Complementary color
Monochromatic Colors of #C4763E
Black with #C4763E
Text Example
Text Example
White with #C4763E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4763E; }
p { color: rgb(196,118,62); }
H1.HeaderClassName
{
color: #C4763E;
}
.AnyTagClassName
{
color: #C4763E;
}
</style>
background-color css
<style>
a { background-color: #C4763E; }
a { background-color: rgb(196,118,62); }
div.DivClassName
{
background-color: #C4763E;
}
.BgClassName
{
background-color: #C4763E;
}
</style>
border-color css
<style>
span { border-color: #C4763E; }
span { border-color: rgb(196,118,62); }
td.TdClassName
{
border-color: #C4763E;
}
.TagClassName
{
border-color: #C4763E;
}
</style>