Shades of Chocolate #C8561B
Tints of Chocolate #C8561B
RGB
CMYK
RGB Variations
Color information
#C8561B (or 0xC8561B) is known color: Chocolate. HEX triplet: C8, 56 and 1B. RGB value is (200,86,27). Sum of RGB (Red+Green+Blue) = 200+86+27=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C8561B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8561B is #37A9E4. Grayscale: #717171. Windows color (decimal): -3647973 or 1791688. OLE color: 1791688.
HSL color Cylindrical-coordinate representation of color #C8561B: hue angle of 20.46º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8561B is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 27 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.22 |
| HSL | 20.46º | 0.76% | 0.45% | - |
| HSV(B) | 20.46º | 0.87% | 0.78% | - |
| XYZ | 27.35 | 19.01 | 3.27 | - |
| YUV | 113.36 | 79.27 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 27 | 0 | 0.57 | 0.86 | 0.22 | 20.46 | 0.76 | 0.45 |
| Hex | C8 | 56 | 1B | 0 | 39 | 56 | 16 | 14 | 4C | 2D |
| Octal | 310 | 126 | 33 | 0 | 71 | 126 | 26 | 24 | 114 | 55 |
| Binary | 11001000 | 1010110 | 11011 | 0 | 111001 | 1010110 | 10110 | 10100 | 1001100 | 101101 |
Color Harmonies of #C8561B
Complementary color
Monochromatic Colors of #C8561B
Black with #C8561B
Text Example
Text Example
White with #C8561B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8561B; }
p { color: rgb(200,86,27); }
H1.HeaderClassName
{
color: #C8561B;
}
.AnyTagClassName
{
color: #C8561B;
}
</style>
background-color css
<style>
a { background-color: #C8561B; }
a { background-color: rgb(200,86,27); }
div.DivClassName
{
background-color: #C8561B;
}
.BgClassName
{
background-color: #C8561B;
}
</style>
border-color css
<style>
span { border-color: #C8561B; }
span { border-color: rgb(200,86,27); }
td.TdClassName
{
border-color: #C8561B;
}
.TagClassName
{
border-color: #C8561B;
}
</style>