Shades of Chocolate #C8561D
Tints of Chocolate #C8561D
RGB
CMYK
RGB Variations
Color information
#C8561D (or 0xC8561D) is known color: Chocolate. HEX triplet: C8, 56 and 1D. RGB value is (200,86,29). Sum of RGB (Red+Green+Blue) = 200+86+29=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C8561D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8561D is #37A9E2. Grayscale: #717171. Windows color (decimal): -3647971 or 1922760. OLE color: 1922760.
HSL color Cylindrical-coordinate representation of color #C8561D: hue angle of 20º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8561D is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 29 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.22 |
| HSL | 20º | 0.75% | 0.45% | - |
| HSV(B) | 20º | 0.86% | 0.78% | - |
| XYZ | 27.37 | 19.02 | 3.39 | - |
| YUV | 113.59 | 80.27 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 29 | 0 | 0.57 | 0.86 | 0.22 | 20 | 0.75 | 0.45 |
| Hex | C8 | 56 | 1D | 0 | 39 | 56 | 16 | 14 | 4B | 2D |
| Octal | 310 | 126 | 35 | 0 | 71 | 126 | 26 | 24 | 113 | 55 |
| Binary | 11001000 | 1010110 | 11101 | 0 | 111001 | 1010110 | 10110 | 10100 | 1001011 | 101101 |
Color Harmonies of #C8561D
Complementary color
Monochromatic Colors of #C8561D
Black with #C8561D
Text Example
Text Example
White with #C8561D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8561D; }
p { color: rgb(200,86,29); }
H1.HeaderClassName
{
color: #C8561D;
}
.AnyTagClassName
{
color: #C8561D;
}
</style>
background-color css
<style>
a { background-color: #C8561D; }
a { background-color: rgb(200,86,29); }
div.DivClassName
{
background-color: #C8561D;
}
.BgClassName
{
background-color: #C8561D;
}
</style>
border-color css
<style>
span { border-color: #C8561D; }
span { border-color: rgb(200,86,29); }
td.TdClassName
{
border-color: #C8561D;
}
.TagClassName
{
border-color: #C8561D;
}
</style>