Shades of Zest #C4763D
Tints of Zest #C4763D
RGB
CMYK
RGB Variations
Color information
#C4763D (or 0xC4763D) is known color: Zest. HEX triplet: C4, 76 and 3D. RGB value is (196,118,61). Sum of RGB (Red+Green+Blue) = 196+118+61=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C4763D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4763D is #3B89C2. Grayscale: #878787. Windows color (decimal): -3901891 or 4028100. OLE color: 4028100.
HSL color Cylindrical-coordinate representation of color #C4763D: hue angle of 25.33º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C4763D is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 61 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.23 |
| HSL | 25.33º | 0.53% | 0.5% | - |
| HSV(B) | 25.33º | 0.69% | 0.77% | - |
| XYZ | 30.09 | 25.03 | 7.66 | - |
| YUV | 134.82 | 86.34 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 61 | 0 | 0.40 | 0.69 | 0.23 | 25.33 | 0.53 | 0.5 |
| Hex | C4 | 76 | 3D | 0 | 28 | 45 | 17 | 19 | 35 | 32 |
| Octal | 304 | 166 | 75 | 0 | 50 | 105 | 27 | 31 | 65 | 62 |
| Binary | 11000100 | 1110110 | 111101 | 0 | 101000 | 1000101 | 10111 | 11001 | 110101 | 110010 |
Color Harmonies of #C4763D
Complementary color
Monochromatic Colors of #C4763D
Black with #C4763D
Text Example
Text Example
White with #C4763D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4763D; }
p { color: rgb(196,118,61); }
H1.HeaderClassName
{
color: #C4763D;
}
.AnyTagClassName
{
color: #C4763D;
}
</style>
background-color css
<style>
a { background-color: #C4763D; }
a { background-color: rgb(196,118,61); }
div.DivClassName
{
background-color: #C4763D;
}
.BgClassName
{
background-color: #C4763D;
}
</style>
border-color css
<style>
span { border-color: #C4763D; }
span { border-color: rgb(196,118,61); }
td.TdClassName
{
border-color: #C4763D;
}
.TagClassName
{
border-color: #C4763D;
}
</style>