Shades of Chocolate #CE611B
Tints of Chocolate #CE611B
RGB
CMYK
RGB Variations
Color information
#CE611B (or 0xCE611B) is known color: Chocolate. HEX triplet: CE, 61 and 1B. RGB value is (206,97,27). Sum of RGB (Red+Green+Blue) = 206+97+27=330 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.42% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 206 - color contains mainly: red. Hex color #CE611B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE611B is #319EE4. Grayscale: #7A7A7A. Windows color (decimal): -3251941 or 1794510. OLE color: 1794510.
HSL color Cylindrical-coordinate representation of color #CE611B: hue angle of 23.46º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE611B is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 97 | 27 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.19 |
| HSL | 23.46º | 0.77% | 0.46% | - |
| HSV(B) | 23.46º | 0.87% | 0.81% | - |
| XYZ | 29.93 | 21.75 | 3.66 | - |
| YUV | 121.61 | 74.61 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 97 | 27 | 0 | 0.53 | 0.87 | 0.19 | 23.46 | 0.77 | 0.46 |
| Hex | CE | 61 | 1B | 0 | 35 | 57 | 13 | 17 | 4D | 2E |
| Octal | 316 | 141 | 33 | 0 | 65 | 127 | 23 | 27 | 115 | 56 |
| Binary | 11001110 | 1100001 | 11011 | 0 | 110101 | 1010111 | 10011 | 10111 | 1001101 | 101110 |
Color Harmonies of #CE611B
Complementary color
Monochromatic Colors of #CE611B
Black with #CE611B
Text Example
Text Example
White with #CE611B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE611B; }
p { color: rgb(206,97,27); }
H1.HeaderClassName
{
color: #CE611B;
}
.AnyTagClassName
{
color: #CE611B;
}
</style>
background-color css
<style>
a { background-color: #CE611B; }
a { background-color: rgb(206,97,27); }
div.DivClassName
{
background-color: #CE611B;
}
.BgClassName
{
background-color: #CE611B;
}
</style>
border-color css
<style>
span { border-color: #CE611B; }
span { border-color: rgb(206,97,27); }
td.TdClassName
{
border-color: #CE611B;
}
.TagClassName
{
border-color: #CE611B;
}
</style>