Shades of Chocolate #C8561F
Tints of Chocolate #C8561F
RGB
CMYK
RGB Variations
Color information
#C8561F (or 0xC8561F) is known color: Chocolate. HEX triplet: C8, 56 and 1F. RGB value is (200,86,31). Sum of RGB (Red+Green+Blue) = 200+86+31=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 31 (12.5% from 255 or 9.78% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C8561F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8561F is #37A9E0. Grayscale: #727272. Windows color (decimal): -3647969 or 2053832. OLE color: 2053832.
HSL color Cylindrical-coordinate representation of color #C8561F: hue angle of 19.53º degrees, saturation: 0.73, 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 #C8561F is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 31 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.22 |
| HSL | 19.53º | 0.73% | 0.45% | - |
| HSV(B) | 19.53º | 0.85% | 0.78% | - |
| XYZ | 27.39 | 19.03 | 3.53 | - |
| YUV | 113.82 | 81.27 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 31 | 0 | 0.57 | 0.84 | 0.22 | 19.53 | 0.73 | 0.45 |
| Hex | C8 | 56 | 1F | 0 | 39 | 54 | 16 | 14 | 49 | 2D |
| Octal | 310 | 126 | 37 | 0 | 71 | 124 | 26 | 24 | 111 | 55 |
| Binary | 11001000 | 1010110 | 11111 | 0 | 111001 | 1010100 | 10110 | 10100 | 1001001 | 101101 |
Color Harmonies of #C8561F
Complementary color
Monochromatic Colors of #C8561F
Black with #C8561F
Text Example
Text Example
White with #C8561F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8561F; }
p { color: rgb(200,86,31); }
H1.HeaderClassName
{
color: #C8561F;
}
.AnyTagClassName
{
color: #C8561F;
}
</style>
background-color css
<style>
a { background-color: #C8561F; }
a { background-color: rgb(200,86,31); }
div.DivClassName
{
background-color: #C8561F;
}
.BgClassName
{
background-color: #C8561F;
}
</style>
border-color css
<style>
span { border-color: #C8561F; }
span { border-color: rgb(200,86,31); }
td.TdClassName
{
border-color: #C8561F;
}
.TagClassName
{
border-color: #C8561F;
}
</style>