Shades of Zest #C47645
Tints of Zest #C47645
RGB
CMYK
RGB Variations
Color information
#C47645 (or 0xC47645) is known color: Zest. HEX triplet: C4, 76 and 45. RGB value is (196,118,69). Sum of RGB (Red+Green+Blue) = 196+118+69=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C47645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47645 is #3B89BA. Grayscale: #888888. Windows color (decimal): -3901883 or 4552388. OLE color: 4552388.
HSL color Cylindrical-coordinate representation of color #C47645: hue angle of 23.15º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C47645 is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 69 | - |
| CMYK | 0 | 0.40 | 0.65 | 0.23 |
| HSL | 23.15º | 0.52% | 0.52% | - |
| HSV(B) | 23.15º | 0.65% | 0.77% | - |
| XYZ | 30.32 | 25.12 | 8.88 | - |
| YUV | 135.74 | 90.34 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 69 | 0 | 0.40 | 0.65 | 0.23 | 23.15 | 0.52 | 0.52 |
| Hex | C4 | 76 | 45 | 0 | 28 | 41 | 17 | 17 | 34 | 34 |
| Octal | 304 | 166 | 105 | 0 | 50 | 101 | 27 | 27 | 64 | 64 |
| Binary | 11000100 | 1110110 | 1000101 | 0 | 101000 | 1000001 | 10111 | 10111 | 110100 | 110100 |
Color Harmonies of #C47645
Complementary color
Monochromatic Colors of #C47645
Black with #C47645
Text Example
Text Example
White with #C47645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47645; }
p { color: rgb(196,118,69); }
H1.HeaderClassName
{
color: #C47645;
}
.AnyTagClassName
{
color: #C47645;
}
</style>
background-color css
<style>
a { background-color: #C47645; }
a { background-color: rgb(196,118,69); }
div.DivClassName
{
background-color: #C47645;
}
.BgClassName
{
background-color: #C47645;
}
</style>
border-color css
<style>
span { border-color: #C47645; }
span { border-color: rgb(196,118,69); }
td.TdClassName
{
border-color: #C47645;
}
.TagClassName
{
border-color: #C47645;
}
</style>