Shades of Chocolate #CE611C
Tints of Chocolate #CE611C
RGB
CMYK
RGB Variations
Color information
#CE611C (or 0xCE611C) is known color: Chocolate. HEX triplet: CE, 61 and 1C. RGB value is (206,97,28). Sum of RGB (Red+Green+Blue) = 206+97+28=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE611C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE611C is #319EE3. Grayscale: #7A7A7A. Windows color (decimal): -3251940 or 1860046. OLE color: 1860046.
HSL color Cylindrical-coordinate representation of color #CE611C: hue angle of 23.26º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE611C is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 97 | 28 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.19 |
| HSL | 23.26º | 0.76% | 0.46% | - |
| HSV(B) | 23.26º | 0.86% | 0.81% | - |
| XYZ | 29.94 | 21.76 | 3.72 | - |
| YUV | 121.73 | 75.11 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 97 | 28 | 0 | 0.53 | 0.86 | 0.19 | 23.26 | 0.76 | 0.46 |
| Hex | CE | 61 | 1C | 0 | 35 | 56 | 13 | 17 | 4C | 2E |
| Octal | 316 | 141 | 34 | 0 | 65 | 126 | 23 | 27 | 114 | 56 |
| Binary | 11001110 | 1100001 | 11100 | 0 | 110101 | 1010110 | 10011 | 10111 | 1001100 | 101110 |
Color Harmonies of #CE611C
Complementary color
Monochromatic Colors of #CE611C
Black with #CE611C
Text Example
Text Example
White with #CE611C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE611C; }
p { color: rgb(206,97,28); }
H1.HeaderClassName
{
color: #CE611C;
}
.AnyTagClassName
{
color: #CE611C;
}
</style>
background-color css
<style>
a { background-color: #CE611C; }
a { background-color: rgb(206,97,28); }
div.DivClassName
{
background-color: #CE611C;
}
.BgClassName
{
background-color: #CE611C;
}
</style>
border-color css
<style>
span { border-color: #CE611C; }
span { border-color: rgb(206,97,28); }
td.TdClassName
{
border-color: #CE611C;
}
.TagClassName
{
border-color: #CE611C;
}
</style>