Shades of Chocolate #CE571B
Tints of Chocolate #CE571B
RGB
CMYK
RGB Variations
Color information
#CE571B (or 0xCE571B) is known color: Chocolate. HEX triplet: CE, 57 and 1B. RGB value is (206,87,27). Sum of RGB (Red+Green+Blue) = 206+87+27=320 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.38% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 27 (10.94% from 255 or 8.44% from 320); Max value from RGB is 206 - color contains mainly: red. Hex color #CE571B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE571B is #31A8E4. Grayscale: #747474. Windows color (decimal): -3254501 or 1791950. OLE color: 1791950.
HSL color Cylindrical-coordinate representation of color #CE571B: hue angle of 20.11º 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 #CE571B is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 87 | 27 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.19 |
| HSL | 20.11º | 0.77% | 0.46% | - |
| HSV(B) | 20.11º | 0.87% | 0.81% | - |
| XYZ | 29.06 | 20.02 | 3.37 | - |
| YUV | 115.74 | 77.92 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 87 | 27 | 0 | 0.58 | 0.87 | 0.19 | 20.11 | 0.77 | 0.46 |
| Hex | CE | 57 | 1B | 0 | 3A | 57 | 13 | 14 | 4D | 2E |
| Octal | 316 | 127 | 33 | 0 | 72 | 127 | 23 | 24 | 115 | 56 |
| Binary | 11001110 | 1010111 | 11011 | 0 | 111010 | 1010111 | 10011 | 10100 | 1001101 | 101110 |
Color Harmonies of #CE571B
Complementary color
Monochromatic Colors of #CE571B
Black with #CE571B
Text Example
Text Example
White with #CE571B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE571B; }
p { color: rgb(206,87,27); }
H1.HeaderClassName
{
color: #CE571B;
}
.AnyTagClassName
{
color: #CE571B;
}
</style>
background-color css
<style>
a { background-color: #CE571B; }
a { background-color: rgb(206,87,27); }
div.DivClassName
{
background-color: #CE571B;
}
.BgClassName
{
background-color: #CE571B;
}
</style>
border-color css
<style>
span { border-color: #CE571B; }
span { border-color: rgb(206,87,27); }
td.TdClassName
{
border-color: #CE571B;
}
.TagClassName
{
border-color: #CE571B;
}
</style>