Shades of Chocolate #CE551B
Tints of Chocolate #CE551B
RGB
CMYK
RGB Variations
Color information
#CE551B (or 0xCE551B) is known color: Chocolate. HEX triplet: CE, 55 and 1B. RGB value is (206,85,27). Sum of RGB (Red+Green+Blue) = 206+85+27=318 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.78% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 27 (10.94% from 255 or 8.49% from 318); Max value from RGB is 206 - color contains mainly: red. Hex color #CE551B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE551B is #31AAE4. Grayscale: #727272. Windows color (decimal): -3255013 or 1791438. OLE color: 1791438.
HSL color Cylindrical-coordinate representation of color #CE551B: hue angle of 19.44º 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 #CE551B is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 27 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.19 |
| HSL | 19.44º | 0.77% | 0.46% | - |
| HSV(B) | 19.44º | 0.87% | 0.81% | - |
| XYZ | 28.9 | 19.7 | 3.32 | - |
| YUV | 114.57 | 78.59 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 27 | 0 | 0.59 | 0.87 | 0.19 | 19.44 | 0.77 | 0.46 |
| Hex | CE | 55 | 1B | 0 | 3B | 57 | 13 | 13 | 4D | 2E |
| Octal | 316 | 125 | 33 | 0 | 73 | 127 | 23 | 23 | 115 | 56 |
| Binary | 11001110 | 1010101 | 11011 | 0 | 111011 | 1010111 | 10011 | 10011 | 1001101 | 101110 |
Color Harmonies of #CE551B
Complementary color
Monochromatic Colors of #CE551B
Black with #CE551B
Text Example
Text Example
White with #CE551B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE551B; }
p { color: rgb(206,85,27); }
H1.HeaderClassName
{
color: #CE551B;
}
.AnyTagClassName
{
color: #CE551B;
}
</style>
background-color css
<style>
a { background-color: #CE551B; }
a { background-color: rgb(206,85,27); }
div.DivClassName
{
background-color: #CE551B;
}
.BgClassName
{
background-color: #CE551B;
}
</style>
border-color css
<style>
span { border-color: #CE551B; }
span { border-color: rgb(206,85,27); }
td.TdClassName
{
border-color: #CE551B;
}
.TagClassName
{
border-color: #CE551B;
}
</style>