Shades of Chocolate #C8571E
Tints of Chocolate #C8571E
RGB
CMYK
RGB Variations
Color information
#C8571E (or 0xC8571E) is known color: Chocolate. HEX triplet: C8, 57 and 1E. RGB value is (200,87,30). Sum of RGB (Red+Green+Blue) = 200+87+30=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C8571E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8571E is #37A8E1. Grayscale: #727272. Windows color (decimal): -3647714 or 1988552. OLE color: 1988552.
HSL color Cylindrical-coordinate representation of color #C8571E: hue angle of 20.12º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8571E is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 87 | 30 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.22 |
| HSL | 20.12º | 0.74% | 0.45% | - |
| HSV(B) | 20.12º | 0.85% | 0.78% | - |
| XYZ | 27.46 | 19.19 | 3.48 | - |
| YUV | 114.29 | 80.44 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 30 | 0 | 0.56 | 0.85 | 0.22 | 20.12 | 0.74 | 0.45 |
| Hex | C8 | 57 | 1E | 0 | 38 | 55 | 16 | 14 | 4A | 2D |
| Octal | 310 | 127 | 36 | 0 | 70 | 125 | 26 | 24 | 112 | 55 |
| Binary | 11001000 | 1010111 | 11110 | 0 | 111000 | 1010101 | 10110 | 10100 | 1001010 | 101101 |
Color Harmonies of #C8571E
Complementary color
Monochromatic Colors of #C8571E
Black with #C8571E
Text Example
Text Example
White with #C8571E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8571E; }
p { color: rgb(200,87,30); }
H1.HeaderClassName
{
color: #C8571E;
}
.AnyTagClassName
{
color: #C8571E;
}
</style>
background-color css
<style>
a { background-color: #C8571E; }
a { background-color: rgb(200,87,30); }
div.DivClassName
{
background-color: #C8571E;
}
.BgClassName
{
background-color: #C8571E;
}
</style>
border-color css
<style>
span { border-color: #C8571E; }
span { border-color: rgb(200,87,30); }
td.TdClassName
{
border-color: #C8571E;
}
.TagClassName
{
border-color: #C8571E;
}
</style>