Shades of Chocolate #CE700B
Tints of Chocolate #CE700B
RGB
CMYK
RGB Variations
Color information
#CE700B (or 0xCE700B) is known color: Chocolate. HEX triplet: CE, 70 and 0B. RGB value is (206,112,11). Sum of RGB (Red+Green+Blue) = 206+112+11=329 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.61% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 206 - color contains mainly: red. Hex color #CE700B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE700B is #318FF4. Grayscale: #818181. Windows color (decimal): -3248117 or 749774. OLE color: 749774.
HSL color Cylindrical-coordinate representation of color #CE700B: hue angle of 31.08º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE700B is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 112 | 11 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.19 |
| HSL | 31.08º | 0.9% | 0.43% | - |
| HSV(B) | 31.08º | 0.95% | 0.81% | - |
| XYZ | 31.31 | 24.73 | 3.44 | - |
| YUV | 128.59 | 61.64 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 11 | 0 | 0.46 | 0.95 | 0.19 | 31.08 | 0.9 | 0.43 |
| Hex | CE | 70 | B | 0 | 2E | 5F | 13 | 1F | 5A | 2B |
| Octal | 316 | 160 | 13 | 0 | 56 | 137 | 23 | 37 | 132 | 53 |
| Binary | 11001110 | 1110000 | 1011 | 0 | 101110 | 1011111 | 10011 | 11111 | 1011010 | 101011 |
Color Harmonies of #CE700B
Complementary color
Monochromatic Colors of #CE700B
Black with #CE700B
Text Example
Text Example
White with #CE700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE700B; }
p { color: rgb(206,112,11); }
H1.HeaderClassName
{
color: #CE700B;
}
.AnyTagClassName
{
color: #CE700B;
}
</style>
background-color css
<style>
a { background-color: #CE700B; }
a { background-color: rgb(206,112,11); }
div.DivClassName
{
background-color: #CE700B;
}
.BgClassName
{
background-color: #CE700B;
}
</style>
border-color css
<style>
span { border-color: #CE700B; }
span { border-color: rgb(206,112,11); }
td.TdClassName
{
border-color: #CE700B;
}
.TagClassName
{
border-color: #CE700B;
}
</style>