Shades of Chocolate #CE720C
Tints of Chocolate #CE720C
RGB
CMYK
RGB Variations
Color information
#CE720C (or 0xCE720C) is known color: Chocolate. HEX triplet: CE, 72 and 0C. RGB value is (206,114,12). Sum of RGB (Red+Green+Blue) = 206+114+12=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE720C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE720C is #318DF3. Grayscale: #828282. Windows color (decimal): -3247604 or 815822. OLE color: 815822.
HSL color Cylindrical-coordinate representation of color #CE720C: hue angle of 31.55º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE720C is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 114 | 12 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.19 |
| HSL | 31.55º | 0.89% | 0.43% | - |
| HSV(B) | 31.55º | 0.94% | 0.81% | - |
| XYZ | 31.54 | 25.18 | 3.55 | - |
| YUV | 129.88 | 61.48 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 114 | 12 | 0 | 0.45 | 0.94 | 0.19 | 31.55 | 0.89 | 0.43 |
| Hex | CE | 72 | C | 0 | 2D | 5E | 13 | 20 | 59 | 2B |
| Octal | 316 | 162 | 14 | 0 | 55 | 136 | 23 | 40 | 131 | 53 |
| Binary | 11001110 | 1110010 | 1100 | 0 | 101101 | 1011110 | 10011 | 100000 | 1011001 | 101011 |
Color Harmonies of #CE720C
Complementary color
Monochromatic Colors of #CE720C
Black with #CE720C
Text Example
Text Example
White with #CE720C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE720C; }
p { color: rgb(206,114,12); }
H1.HeaderClassName
{
color: #CE720C;
}
.AnyTagClassName
{
color: #CE720C;
}
</style>
background-color css
<style>
a { background-color: #CE720C; }
a { background-color: rgb(206,114,12); }
div.DivClassName
{
background-color: #CE720C;
}
.BgClassName
{
background-color: #CE720C;
}
</style>
border-color css
<style>
span { border-color: #CE720C; }
span { border-color: rgb(206,114,12); }
td.TdClassName
{
border-color: #CE720C;
}
.TagClassName
{
border-color: #CE720C;
}
</style>