Shades of Zest #C67037
Tints of Zest #C67037
RGB
CMYK
RGB Variations
Color information
#C67037 (or 0xC67037) is known color: Zest. HEX triplet: C6, 70 and 37. RGB value is (198,112,55). Sum of RGB (Red+Green+Blue) = 198+112+55=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 55 (21.88% from 255 or 15.07% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C67037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67037 is #398FC8. Grayscale: #838383. Windows color (decimal): -3772361 or 3633350. OLE color: 3633350.
HSL color Cylindrical-coordinate representation of color #C67037: hue angle of 23.92º degrees, saturation: 0.57, 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 #C67037 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 112 | 55 | - |
| CMYK | 0 | 0.43 | 0.72 | 0.22 |
| HSL | 23.92º | 0.57% | 0.5% | - |
| HSV(B) | 23.92º | 0.72% | 0.78% | - |
| XYZ | 29.77 | 23.87 | 6.65 | - |
| YUV | 131.22 | 84.99 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 112 | 55 | 0 | 0.43 | 0.72 | 0.22 | 23.92 | 0.57 | 0.5 |
| Hex | C6 | 70 | 37 | 0 | 2B | 48 | 16 | 18 | 39 | 32 |
| Octal | 306 | 160 | 67 | 0 | 53 | 110 | 26 | 30 | 71 | 62 |
| Binary | 11000110 | 1110000 | 110111 | 0 | 101011 | 1001000 | 10110 | 11000 | 111001 | 110010 |
Color Harmonies of #C67037
Complementary color
Monochromatic Colors of #C67037
Black with #C67037
Text Example
Text Example
White with #C67037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67037; }
p { color: rgb(198,112,55); }
H1.HeaderClassName
{
color: #C67037;
}
.AnyTagClassName
{
color: #C67037;
}
</style>
background-color css
<style>
a { background-color: #C67037; }
a { background-color: rgb(198,112,55); }
div.DivClassName
{
background-color: #C67037;
}
.BgClassName
{
background-color: #C67037;
}
</style>
border-color css
<style>
span { border-color: #C67037; }
span { border-color: rgb(198,112,55); }
td.TdClassName
{
border-color: #C67037;
}
.TagClassName
{
border-color: #C67037;
}
</style>