Shades of Chocolate #CE7112
Tints of Chocolate #CE7112
RGB
CMYK
RGB Variations
Color information
#CE7112 (or 0xCE7112) is known color: Chocolate. HEX triplet: CE, 71 and 12. RGB value is (206,113,18). Sum of RGB (Red+Green+Blue) = 206+113+18=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7112 is #318EED. Grayscale: #828282. Windows color (decimal): -3247854 or 1208782. OLE color: 1208782.
HSL color Cylindrical-coordinate representation of color #CE7112: hue angle of 30.32º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE7112 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 113 | 18 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.19 |
| HSL | 30.32º | 0.84% | 0.44% | - |
| HSV(B) | 30.32º | 0.91% | 0.81% | - |
| XYZ | 31.47 | 24.98 | 3.73 | - |
| YUV | 129.98 | 64.81 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 113 | 18 | 0 | 0.45 | 0.91 | 0.19 | 30.32 | 0.84 | 0.44 |
| Hex | CE | 71 | 12 | 0 | 2D | 5B | 13 | 1E | 54 | 2C |
| Octal | 316 | 161 | 22 | 0 | 55 | 133 | 23 | 36 | 124 | 54 |
| Binary | 11001110 | 1110001 | 10010 | 0 | 101101 | 1011011 | 10011 | 11110 | 1010100 | 101100 |
Color Harmonies of #CE7112
Complementary color
Monochromatic Colors of #CE7112
Black with #CE7112
Text Example
Text Example
White with #CE7112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7112; }
p { color: rgb(206,113,18); }
H1.HeaderClassName
{
color: #CE7112;
}
.AnyTagClassName
{
color: #CE7112;
}
</style>
background-color css
<style>
a { background-color: #CE7112; }
a { background-color: rgb(206,113,18); }
div.DivClassName
{
background-color: #CE7112;
}
.BgClassName
{
background-color: #CE7112;
}
</style>
border-color css
<style>
span { border-color: #CE7112; }
span { border-color: rgb(206,113,18); }
td.TdClassName
{
border-color: #CE7112;
}
.TagClassName
{
border-color: #CE7112;
}
</style>