Shades of Zest #C77038
Tints of Zest #C77038
RGB
CMYK
RGB Variations
Color information
#C77038 (or 0xC77038) is known color: Zest. HEX triplet: C7, 70 and 38. RGB value is (199,112,56). Sum of RGB (Red+Green+Blue) = 199+112+56=367 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.22% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 56 (22.27% from 255 or 15.26% from 367); Max value from RGB is 199 - color contains mainly: red. Hex color #C77038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77038 is #388FC7. Grayscale: #838383. Windows color (decimal): -3706824 or 3698887. OLE color: 3698887.
HSL color Cylindrical-coordinate representation of color #C77038: hue angle of 23.5º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C77038 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 56 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.22 |
| HSL | 23.5º | 0.56% | 0.5% | - |
| HSV(B) | 23.5º | 0.72% | 0.78% | - |
| XYZ | 30.06 | 24.02 | 6.79 | - |
| YUV | 131.63 | 85.32 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 56 | 0 | 0.44 | 0.72 | 0.22 | 23.5 | 0.56 | 0.5 |
| Hex | C7 | 70 | 38 | 0 | 2C | 48 | 16 | 17 | 38 | 32 |
| Octal | 307 | 160 | 70 | 0 | 54 | 110 | 26 | 27 | 70 | 62 |
| Binary | 11000111 | 1110000 | 111000 | 0 | 101100 | 1001000 | 10110 | 10111 | 111000 | 110010 |
Color Harmonies of #C77038
Complementary color
Monochromatic Colors of #C77038
Black with #C77038
Text Example
Text Example
White with #C77038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77038; }
p { color: rgb(199,112,56); }
H1.HeaderClassName
{
color: #C77038;
}
.AnyTagClassName
{
color: #C77038;
}
</style>
background-color css
<style>
a { background-color: #C77038; }
a { background-color: rgb(199,112,56); }
div.DivClassName
{
background-color: #C77038;
}
.BgClassName
{
background-color: #C77038;
}
</style>
border-color css
<style>
span { border-color: #C77038; }
span { border-color: rgb(199,112,56); }
td.TdClassName
{
border-color: #C77038;
}
.TagClassName
{
border-color: #C77038;
}
</style>