Shades of Chocolate #CB561C
Tints of Chocolate #CB561C
RGB
CMYK
RGB Variations
Color information
#CB561C (or 0xCB561C) is known color: Chocolate. HEX triplet: CB, 56 and 1C. RGB value is (203,86,28). Sum of RGB (Red+Green+Blue) = 203+86+28=317 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.04% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 28 (11.33% from 255 or 8.83% from 317); Max value from RGB is 203 - color contains mainly: red. Hex color #CB561C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB561C is #34A9E3. Grayscale: #727272. Windows color (decimal): -3451364 or 1857227. OLE color: 1857227.
HSL color Cylindrical-coordinate representation of color #CB561C: hue angle of 19.89º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB561C is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 86 | 28 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.20 |
| HSL | 19.89º | 0.76% | 0.45% | - |
| HSV(B) | 19.89º | 0.86% | 0.8% | - |
| XYZ | 28.17 | 19.44 | 3.37 | - |
| YUV | 114.37 | 79.26 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 86 | 28 | 0 | 0.58 | 0.86 | 0.20 | 19.89 | 0.76 | 0.45 |
| Hex | CB | 56 | 1C | 0 | 3A | 56 | 14 | 14 | 4C | 2D |
| Octal | 313 | 126 | 34 | 0 | 72 | 126 | 24 | 24 | 114 | 55 |
| Binary | 11001011 | 1010110 | 11100 | 0 | 111010 | 1010110 | 10100 | 10100 | 1001100 | 101101 |
Color Harmonies of #CB561C
Complementary color
Monochromatic Colors of #CB561C
Black with #CB561C
Text Example
Text Example
White with #CB561C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB561C; }
p { color: rgb(203,86,28); }
H1.HeaderClassName
{
color: #CB561C;
}
.AnyTagClassName
{
color: #CB561C;
}
</style>
background-color css
<style>
a { background-color: #CB561C; }
a { background-color: rgb(203,86,28); }
div.DivClassName
{
background-color: #CB561C;
}
.BgClassName
{
background-color: #CB561C;
}
</style>
border-color css
<style>
span { border-color: #CB561C; }
span { border-color: rgb(203,86,28); }
td.TdClassName
{
border-color: #CB561C;
}
.TagClassName
{
border-color: #CB561C;
}
</style>