Shades of Chocolate #CE700F
Tints of Chocolate #CE700F
RGB
CMYK
RGB Variations
Color information
#CE700F (or 0xCE700F) is known color: Chocolate. HEX triplet: CE, 70 and 0F. RGB value is (206,112,15). Sum of RGB (Red+Green+Blue) = 206+112+15=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 15 (6.25% from 255 or 4.50% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE700F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE700F is #318FF0. Grayscale: #818181. Windows color (decimal): -3248113 or 1011918. OLE color: 1011918.
HSL color Cylindrical-coordinate representation of color #CE700F: hue angle of 30.47º 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 #CE700F is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 112 | 15 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.19 |
| HSL | 30.47º | 0.86% | 0.43% | - |
| HSV(B) | 30.47º | 0.93% | 0.81% | - |
| XYZ | 31.33 | 24.74 | 3.58 | - |
| YUV | 129.05 | 63.64 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 15 | 0 | 0.46 | 0.93 | 0.19 | 30.47 | 0.86 | 0.43 |
| Hex | CE | 70 | F | 0 | 2E | 5D | 13 | 1E | 56 | 2B |
| Octal | 316 | 160 | 17 | 0 | 56 | 135 | 23 | 36 | 126 | 53 |
| Binary | 11001110 | 1110000 | 1111 | 0 | 101110 | 1011101 | 10011 | 11110 | 1010110 | 101011 |
Color Harmonies of #CE700F
Complementary color
Monochromatic Colors of #CE700F
Black with #CE700F
Text Example
Text Example
White with #CE700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE700F; }
p { color: rgb(206,112,15); }
H1.HeaderClassName
{
color: #CE700F;
}
.AnyTagClassName
{
color: #CE700F;
}
</style>
background-color css
<style>
a { background-color: #CE700F; }
a { background-color: rgb(206,112,15); }
div.DivClassName
{
background-color: #CE700F;
}
.BgClassName
{
background-color: #CE700F;
}
</style>
border-color css
<style>
span { border-color: #CE700F; }
span { border-color: rgb(206,112,15); }
td.TdClassName
{
border-color: #CE700F;
}
.TagClassName
{
border-color: #CE700F;
}
</style>