Shades of Chocolate #CE710C
Tints of Chocolate #CE710C
RGB
CMYK
RGB Variations
Color information
#CE710C (or 0xCE710C) is known color: Chocolate. HEX triplet: CE, 71 and 0C. RGB value is (206,113,12). Sum of RGB (Red+Green+Blue) = 206+113+12=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE710C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE710C is #318EF3. Grayscale: #818181. Windows color (decimal): -3247860 or 815566. OLE color: 815566.
HSL color Cylindrical-coordinate representation of color #CE710C: hue angle of 31.24º 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 #CE710C is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 113 | 12 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.19 |
| HSL | 31.24º | 0.89% | 0.43% | - |
| HSV(B) | 31.24º | 0.94% | 0.81% | - |
| XYZ | 31.43 | 24.96 | 3.51 | - |
| YUV | 129.29 | 61.81 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 113 | 12 | 0 | 0.45 | 0.94 | 0.19 | 31.24 | 0.89 | 0.43 |
| Hex | CE | 71 | C | 0 | 2D | 5E | 13 | 1F | 59 | 2B |
| Octal | 316 | 161 | 14 | 0 | 55 | 136 | 23 | 37 | 131 | 53 |
| Binary | 11001110 | 1110001 | 1100 | 0 | 101101 | 1011110 | 10011 | 11111 | 1011001 | 101011 |
Color Harmonies of #CE710C
Complementary color
Monochromatic Colors of #CE710C
Black with #CE710C
Text Example
Text Example
White with #CE710C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE710C; }
p { color: rgb(206,113,12); }
H1.HeaderClassName
{
color: #CE710C;
}
.AnyTagClassName
{
color: #CE710C;
}
</style>
background-color css
<style>
a { background-color: #CE710C; }
a { background-color: rgb(206,113,12); }
div.DivClassName
{
background-color: #CE710C;
}
.BgClassName
{
background-color: #CE710C;
}
</style>
border-color css
<style>
span { border-color: #CE710C; }
span { border-color: rgb(206,113,12); }
td.TdClassName
{
border-color: #CE710C;
}
.TagClassName
{
border-color: #CE710C;
}
</style>