Shades of Chocolate #CE710F
Tints of Chocolate #CE710F
RGB
CMYK
RGB Variations
Color information
#CE710F (or 0xCE710F) is known color: Chocolate. HEX triplet: CE, 71 and 0F. RGB value is (206,113,15). Sum of RGB (Red+Green+Blue) = 206+113+15=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE710F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE710F is #318EF0. Grayscale: #828282. Windows color (decimal): -3247857 or 1012174. OLE color: 1012174.
HSL color Cylindrical-coordinate representation of color #CE710F: hue angle of 30.79º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE710F is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 113 | 15 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.19 |
| HSL | 30.79º | 0.86% | 0.43% | - |
| HSV(B) | 30.79º | 0.93% | 0.81% | - |
| XYZ | 31.44 | 24.97 | 3.61 | - |
| YUV | 129.64 | 63.31 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 113 | 15 | 0 | 0.45 | 0.93 | 0.19 | 30.79 | 0.86 | 0.43 |
| Hex | CE | 71 | F | 0 | 2D | 5D | 13 | 1F | 56 | 2B |
| Octal | 316 | 161 | 17 | 0 | 55 | 135 | 23 | 37 | 126 | 53 |
| Binary | 11001110 | 1110001 | 1111 | 0 | 101101 | 1011101 | 10011 | 11111 | 1010110 | 101011 |
Color Harmonies of #CE710F
Complementary color
Monochromatic Colors of #CE710F
Black with #CE710F
Text Example
Text Example
White with #CE710F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE710F; }
p { color: rgb(206,113,15); }
H1.HeaderClassName
{
color: #CE710F;
}
.AnyTagClassName
{
color: #CE710F;
}
</style>
background-color css
<style>
a { background-color: #CE710F; }
a { background-color: rgb(206,113,15); }
div.DivClassName
{
background-color: #CE710F;
}
.BgClassName
{
background-color: #CE710F;
}
</style>
border-color css
<style>
span { border-color: #CE710F; }
span { border-color: rgb(206,113,15); }
td.TdClassName
{
border-color: #CE710F;
}
.TagClassName
{
border-color: #CE710F;
}
</style>