Shades of Zest #C76F37
Tints of Zest #C76F37
RGB
CMYK
RGB Variations
Color information
#C76F37 (or 0xC76F37) is known color: Zest. HEX triplet: C7, 6F and 37. RGB value is (199,111,55). Sum of RGB (Red+Green+Blue) = 199+111+55=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 55 (21.88% from 255 or 15.07% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76F37 is #3890C8. Grayscale: #838383. Windows color (decimal): -3707081 or 3633095. OLE color: 3633095.
HSL color Cylindrical-coordinate representation of color #C76F37: hue angle of 23.33º 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 #C76F37 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 111 | 55 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.22 |
| HSL | 23.33º | 0.57% | 0.5% | - |
| HSV(B) | 23.33º | 0.72% | 0.78% | - |
| XYZ | 29.93 | 23.79 | 6.63 | - |
| YUV | 130.93 | 85.15 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 55 | 0 | 0.44 | 0.72 | 0.22 | 23.33 | 0.57 | 0.5 |
| Hex | C7 | 6F | 37 | 0 | 2C | 48 | 16 | 17 | 39 | 32 |
| Octal | 307 | 157 | 67 | 0 | 54 | 110 | 26 | 27 | 71 | 62 |
| Binary | 11000111 | 1101111 | 110111 | 0 | 101100 | 1001000 | 10110 | 10111 | 111001 | 110010 |
Color Harmonies of #C76F37
Complementary color
Monochromatic Colors of #C76F37
Black with #C76F37
Text Example
Text Example
White with #C76F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76F37; }
p { color: rgb(199,111,55); }
H1.HeaderClassName
{
color: #C76F37;
}
.AnyTagClassName
{
color: #C76F37;
}
</style>
background-color css
<style>
a { background-color: #C76F37; }
a { background-color: rgb(199,111,55); }
div.DivClassName
{
background-color: #C76F37;
}
.BgClassName
{
background-color: #C76F37;
}
</style>
border-color css
<style>
span { border-color: #C76F37; }
span { border-color: rgb(199,111,55); }
td.TdClassName
{
border-color: #C76F37;
}
.TagClassName
{
border-color: #C76F37;
}
</style>