Shades of Zest #C4753A
Tints of Zest #C4753A
RGB
CMYK
RGB Variations
Color information
#C4753A (or 0xC4753A) is known color: Zest. HEX triplet: C4, 75 and 3A. RGB value is (196,117,58). Sum of RGB (Red+Green+Blue) = 196+117+58=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 58 (23.05% from 255 or 15.63% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C4753A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4753A is #3B8AC5. Grayscale: #868686. Windows color (decimal): -3902150 or 3831236. OLE color: 3831236.
HSL color Cylindrical-coordinate representation of color #C4753A: hue angle of 25.65º 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 #C4753A is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 117 | 58 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.23 |
| HSL | 25.65º | 0.54% | 0.5% | - |
| HSV(B) | 25.65º | 0.7% | 0.77% | - |
| XYZ | 29.89 | 24.76 | 7.21 | - |
| YUV | 133.9 | 85.17 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 58 | 0 | 0.40 | 0.70 | 0.23 | 25.65 | 0.54 | 0.5 |
| Hex | C4 | 75 | 3A | 0 | 28 | 46 | 17 | 1A | 36 | 32 |
| Octal | 304 | 165 | 72 | 0 | 50 | 106 | 27 | 32 | 66 | 62 |
| Binary | 11000100 | 1110101 | 111010 | 0 | 101000 | 1000110 | 10111 | 11010 | 110110 | 110010 |
Color Harmonies of #C4753A
Complementary color
Monochromatic Colors of #C4753A
Black with #C4753A
Text Example
Text Example
White with #C4753A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4753A; }
p { color: rgb(196,117,58); }
H1.HeaderClassName
{
color: #C4753A;
}
.AnyTagClassName
{
color: #C4753A;
}
</style>
background-color css
<style>
a { background-color: #C4753A; }
a { background-color: rgb(196,117,58); }
div.DivClassName
{
background-color: #C4753A;
}
.BgClassName
{
background-color: #C4753A;
}
</style>
border-color css
<style>
span { border-color: #C4753A; }
span { border-color: rgb(196,117,58); }
td.TdClassName
{
border-color: #C4753A;
}
.TagClassName
{
border-color: #C4753A;
}
</style>