Shades of Chocolate #C76016
Tints of Chocolate #C76016
RGB
CMYK
RGB Variations
Color information
#C76016 (or 0xC76016) is known color: Chocolate. HEX triplet: C7, 60 and 16. RGB value is (199,96,22). Sum of RGB (Red+Green+Blue) = 199+96+22=317 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.78% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 199 - color contains mainly: red. Hex color #C76016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76016 is #389FE9. Grayscale: #767676. Windows color (decimal): -3710954 or 1466567. OLE color: 1466567.
HSL color Cylindrical-coordinate representation of color #C76016: hue angle of 25.08º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C76016 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 96 | 22 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.22 |
| HSL | 25.08º | 0.8% | 0.43% | - |
| HSV(B) | 25.08º | 0.89% | 0.78% | - |
| XYZ | 27.88 | 20.57 | 3.26 | - |
| YUV | 118.36 | 73.62 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 96 | 22 | 0 | 0.52 | 0.89 | 0.22 | 25.08 | 0.8 | 0.43 |
| Hex | C7 | 60 | 16 | 0 | 34 | 59 | 16 | 19 | 50 | 2B |
| Octal | 307 | 140 | 26 | 0 | 64 | 131 | 26 | 31 | 120 | 53 |
| Binary | 11000111 | 1100000 | 10110 | 0 | 110100 | 1011001 | 10110 | 11001 | 1010000 | 101011 |
Color Harmonies of #C76016
Complementary color
Monochromatic Colors of #C76016
Black with #C76016
Text Example
Text Example
White with #C76016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76016; }
p { color: rgb(199,96,22); }
H1.HeaderClassName
{
color: #C76016;
}
.AnyTagClassName
{
color: #C76016;
}
</style>
background-color css
<style>
a { background-color: #C76016; }
a { background-color: rgb(199,96,22); }
div.DivClassName
{
background-color: #C76016;
}
.BgClassName
{
background-color: #C76016;
}
</style>
border-color css
<style>
span { border-color: #C76016; }
span { border-color: rgb(199,96,22); }
td.TdClassName
{
border-color: #C76016;
}
.TagClassName
{
border-color: #C76016;
}
</style>