Shades of Zest #C47238
Tints of Zest #C47238
RGB
CMYK
RGB Variations
Color information
#C47238 (or 0xC47238) is known color: Zest. HEX triplet: C4, 72 and 38. RGB value is (196,114,56). Sum of RGB (Red+Green+Blue) = 196+114+56=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 56 (22.27% from 255 or 15.30% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C47238 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47238 is #3B8DC7. Grayscale: #848484. Windows color (decimal): -3902920 or 3699396. OLE color: 3699396.
HSL color Cylindrical-coordinate representation of color #C47238: hue angle of 24.86º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C47238 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 114 | 56 | - |
| CMYK | 0 | 0.42 | 0.71 | 0.23 |
| HSL | 24.86º | 0.56% | 0.49% | - |
| HSV(B) | 24.86º | 0.71% | 0.77% | - |
| XYZ | 29.5 | 24.06 | 6.83 | - |
| YUV | 131.91 | 85.17 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 114 | 56 | 0 | 0.42 | 0.71 | 0.23 | 24.86 | 0.56 | 0.49 |
| Hex | C4 | 72 | 38 | 0 | 2A | 47 | 17 | 19 | 38 | 31 |
| Octal | 304 | 162 | 70 | 0 | 52 | 107 | 27 | 31 | 70 | 61 |
| Binary | 11000100 | 1110010 | 111000 | 0 | 101010 | 1000111 | 10111 | 11001 | 111000 | 110001 |
Color Harmonies of #C47238
Complementary color
Monochromatic Colors of #C47238
Black with #C47238
Text Example
Text Example
White with #C47238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47238; }
p { color: rgb(196,114,56); }
H1.HeaderClassName
{
color: #C47238;
}
.AnyTagClassName
{
color: #C47238;
}
</style>
background-color css
<style>
a { background-color: #C47238; }
a { background-color: rgb(196,114,56); }
div.DivClassName
{
background-color: #C47238;
}
.BgClassName
{
background-color: #C47238;
}
</style>
border-color css
<style>
span { border-color: #C47238; }
span { border-color: rgb(196,114,56); }
td.TdClassName
{
border-color: #C47238;
}
.TagClassName
{
border-color: #C47238;
}
</style>