Shades of Chocolate #CE551A
Tints of Chocolate #CE551A
RGB
CMYK
RGB Variations
Color information
#CE551A (or 0xCE551A) is known color: Chocolate. HEX triplet: CE, 55 and 1A. RGB value is (206,85,26). Sum of RGB (Red+Green+Blue) = 206+85+26=317 (41% of max value = 765). Red value is 206 (80.86% from 255 or 64.98% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 26 (10.55% from 255 or 8.20% from 317); Max value from RGB is 206 - color contains mainly: red. Hex color #CE551A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE551A is #31AAE5. Grayscale: #727272. Windows color (decimal): -3255014 or 1725902. OLE color: 1725902.
HSL color Cylindrical-coordinate representation of color #CE551A: hue angle of 19.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE551A is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 26 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.19 |
| HSL | 19.67º | 0.78% | 0.45% | - |
| HSV(B) | 19.67º | 0.87% | 0.81% | - |
| XYZ | 28.89 | 19.69 | 3.26 | - |
| YUV | 114.45 | 78.09 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 26 | 0 | 0.59 | 0.87 | 0.19 | 19.67 | 0.78 | 0.45 |
| Hex | CE | 55 | 1A | 0 | 3B | 57 | 13 | 14 | 4E | 2D |
| Octal | 316 | 125 | 32 | 0 | 73 | 127 | 23 | 24 | 116 | 55 |
| Binary | 11001110 | 1010101 | 11010 | 0 | 111011 | 1010111 | 10011 | 10100 | 1001110 | 101101 |
Color Harmonies of #CE551A
Complementary color
Monochromatic Colors of #CE551A
Black with #CE551A
Text Example
Text Example
White with #CE551A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE551A; }
p { color: rgb(206,85,26); }
H1.HeaderClassName
{
color: #CE551A;
}
.AnyTagClassName
{
color: #CE551A;
}
</style>
background-color css
<style>
a { background-color: #CE551A; }
a { background-color: rgb(206,85,26); }
div.DivClassName
{
background-color: #CE551A;
}
.BgClassName
{
background-color: #CE551A;
}
</style>
border-color css
<style>
span { border-color: #CE551A; }
span { border-color: rgb(206,85,26); }
td.TdClassName
{
border-color: #CE551A;
}
.TagClassName
{
border-color: #CE551A;
}
</style>