Shades of Zest #C76A38
Tints of Zest #C76A38
RGB
CMYK
RGB Variations
Color information
#C76A38 (or 0xC76A38) is known color: Zest. HEX triplet: C7, 6A and 38. RGB value is (199,106,56). Sum of RGB (Red+Green+Blue) = 199+106+56=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 56 (22.27% from 255 or 15.51% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C76A38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76A38 is #3895C7. Grayscale: #808080. Windows color (decimal): -3708360 or 3697351. OLE color: 3697351.
HSL color Cylindrical-coordinate representation of color #C76A38: hue angle of 20.98º 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 #C76A38 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 106 | 56 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.22 |
| HSL | 20.98º | 0.56% | 0.5% | - |
| HSV(B) | 20.98º | 0.72% | 0.78% | - |
| XYZ | 29.42 | 22.74 | 6.58 | - |
| YUV | 128.11 | 87.31 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 106 | 56 | 0 | 0.47 | 0.72 | 0.22 | 20.98 | 0.56 | 0.5 |
| Hex | C7 | 6A | 38 | 0 | 2F | 48 | 16 | 15 | 38 | 32 |
| Octal | 307 | 152 | 70 | 0 | 57 | 110 | 26 | 25 | 70 | 62 |
| Binary | 11000111 | 1101010 | 111000 | 0 | 101111 | 1001000 | 10110 | 10101 | 111000 | 110010 |
Color Harmonies of #C76A38
Complementary color
Monochromatic Colors of #C76A38
Black with #C76A38
Text Example
Text Example
White with #C76A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76A38; }
p { color: rgb(199,106,56); }
H1.HeaderClassName
{
color: #C76A38;
}
.AnyTagClassName
{
color: #C76A38;
}
</style>
background-color css
<style>
a { background-color: #C76A38; }
a { background-color: rgb(199,106,56); }
div.DivClassName
{
background-color: #C76A38;
}
.BgClassName
{
background-color: #C76A38;
}
</style>
border-color css
<style>
span { border-color: #C76A38; }
span { border-color: rgb(199,106,56); }
td.TdClassName
{
border-color: #C76A38;
}
.TagClassName
{
border-color: #C76A38;
}
</style>