Shades of Chocolate #C76112
Tints of Chocolate #C76112
RGB
CMYK
RGB Variations
Color information
#C76112 (or 0xC76112) is known color: Chocolate. HEX triplet: C7, 61 and 12. RGB value is (199,97,18). Sum of RGB (Red+Green+Blue) = 199+97+18=314 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.38% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 199 - color contains mainly: red. Hex color #C76112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76112 is #389EED. Grayscale: #767676. Windows color (decimal): -3710702 or 1204679. OLE color: 1204679.
HSL color Cylindrical-coordinate representation of color #C76112: hue angle of 26.19º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C76112 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 97 | 18 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.22 |
| HSL | 26.19º | 0.83% | 0.43% | - |
| HSV(B) | 26.19º | 0.91% | 0.78% | - |
| XYZ | 27.94 | 20.74 | 3.1 | - |
| YUV | 118.49 | 71.29 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 97 | 18 | 0 | 0.51 | 0.91 | 0.22 | 26.19 | 0.83 | 0.43 |
| Hex | C7 | 61 | 12 | 0 | 33 | 5B | 16 | 1A | 53 | 2B |
| Octal | 307 | 141 | 22 | 0 | 63 | 133 | 26 | 32 | 123 | 53 |
| Binary | 11000111 | 1100001 | 10010 | 0 | 110011 | 1011011 | 10110 | 11010 | 1010011 | 101011 |
Color Harmonies of #C76112
Complementary color
Monochromatic Colors of #C76112
Black with #C76112
Text Example
Text Example
White with #C76112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76112; }
p { color: rgb(199,97,18); }
H1.HeaderClassName
{
color: #C76112;
}
.AnyTagClassName
{
color: #C76112;
}
</style>
background-color css
<style>
a { background-color: #C76112; }
a { background-color: rgb(199,97,18); }
div.DivClassName
{
background-color: #C76112;
}
.BgClassName
{
background-color: #C76112;
}
</style>
border-color css
<style>
span { border-color: #C76112; }
span { border-color: rgb(199,97,18); }
td.TdClassName
{
border-color: #C76112;
}
.TagClassName
{
border-color: #C76112;
}
</style>