Shades of Zest #C07138
Tints of Zest #C07138
RGB
CMYK
RGB Variations
Color information
#C07138 (or 0xC07138) is known color: Zest. HEX triplet: C0, 71 and 38. RGB value is (192,113,56). Sum of RGB (Red+Green+Blue) = 192+113+56=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 56 (22.27% from 255 or 15.51% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C07138 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07138 is #3F8EC7. Grayscale: #828282. Windows color (decimal): -4165320 or 3699136. OLE color: 3699136.
HSL color Cylindrical-coordinate representation of color #C07138: hue angle of 25.15º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C07138 is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 113 | 56 | - |
| CMYK | 0 | 0.41 | 0.71 | 0.25 |
| HSL | 25.15º | 0.55% | 0.49% | - |
| HSV(B) | 25.15º | 0.71% | 0.75% | - |
| XYZ | 28.36 | 23.3 | 6.74 | - |
| YUV | 130.12 | 86.17 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 56 | 0 | 0.41 | 0.71 | 0.25 | 25.15 | 0.55 | 0.49 |
| Hex | C0 | 71 | 38 | 0 | 29 | 47 | 19 | 19 | 37 | 31 |
| Octal | 300 | 161 | 70 | 0 | 51 | 107 | 31 | 31 | 67 | 61 |
| Binary | 11000000 | 1110001 | 111000 | 0 | 101001 | 1000111 | 11001 | 11001 | 110111 | 110001 |
Color Harmonies of #C07138
Complementary color
Monochromatic Colors of #C07138
Black with #C07138
Text Example
Text Example
White with #C07138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07138; }
p { color: rgb(192,113,56); }
H1.HeaderClassName
{
color: #C07138;
}
.AnyTagClassName
{
color: #C07138;
}
</style>
background-color css
<style>
a { background-color: #C07138; }
a { background-color: rgb(192,113,56); }
div.DivClassName
{
background-color: #C07138;
}
.BgClassName
{
background-color: #C07138;
}
</style>
border-color css
<style>
span { border-color: #C07138; }
span { border-color: rgb(192,113,56); }
td.TdClassName
{
border-color: #C07138;
}
.TagClassName
{
border-color: #C07138;
}
</style>