Shades of Zest #C76F31
Tints of Zest #C76F31
RGB
CMYK
RGB Variations
Color information
#C76F31 (or 0xC76F31) is known color: Zest. HEX triplet: C7, 6F and 31. RGB value is (199,111,49). Sum of RGB (Red+Green+Blue) = 199+111+49=359 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.43% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 49 (19.53% from 255 or 13.65% from 359); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76F31 is #3890CE. Grayscale: #828282. Windows color (decimal): -3707087 or 3239879. OLE color: 3239879.
HSL color Cylindrical-coordinate representation of color #C76F31: hue angle of 24.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C76F31 is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 111 | 49 | - |
| CMYK | 0 | 0.44 | 0.75 | 0.22 |
| HSL | 24.8º | 0.6% | 0.49% | - |
| HSV(B) | 24.8º | 0.75% | 0.78% | - |
| XYZ | 29.79 | 23.73 | 5.92 | - |
| YUV | 130.24 | 82.15 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 49 | 0 | 0.44 | 0.75 | 0.22 | 24.8 | 0.6 | 0.49 |
| Hex | C7 | 6F | 31 | 0 | 2C | 4B | 16 | 19 | 3C | 31 |
| Octal | 307 | 157 | 61 | 0 | 54 | 113 | 26 | 31 | 74 | 61 |
| Binary | 11000111 | 1101111 | 110001 | 0 | 101100 | 1001011 | 10110 | 11001 | 111100 | 110001 |
Color Harmonies of #C76F31
Complementary color
Monochromatic Colors of #C76F31
Black with #C76F31
Text Example
Text Example
White with #C76F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76F31; }
p { color: rgb(199,111,49); }
H1.HeaderClassName
{
color: #C76F31;
}
.AnyTagClassName
{
color: #C76F31;
}
</style>
background-color css
<style>
a { background-color: #C76F31; }
a { background-color: rgb(199,111,49); }
div.DivClassName
{
background-color: #C76F31;
}
.BgClassName
{
background-color: #C76F31;
}
</style>
border-color css
<style>
span { border-color: #C76F31; }
span { border-color: rgb(199,111,49); }
td.TdClassName
{
border-color: #C76F31;
}
.TagClassName
{
border-color: #C76F31;
}
</style>