Shades of Chocolate #CC561C
Tints of Chocolate #CC561C
RGB
CMYK
RGB Variations
Color information
#CC561C (or 0xCC561C) is known color: Chocolate. HEX triplet: CC, 56 and 1C. RGB value is (204,86,28). Sum of RGB (Red+Green+Blue) = 204+86+28=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 28 (11.33% from 255 or 8.81% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC561C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC561C is #33A9E3. Grayscale: #737373. Windows color (decimal): -3385828 or 1857228. OLE color: 1857228.
HSL color Cylindrical-coordinate representation of color #CC561C: hue angle of 19.77º 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 #CC561C is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 28 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.2 |
| HSL | 19.77º | 0.76% | 0.45% | - |
| HSV(B) | 19.77º | 0.86% | 0.8% | - |
| XYZ | 28.44 | 19.58 | 3.38 | - |
| YUV | 114.67 | 79.09 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 28 | 0 | 0.58 | 0.86 | 0.2 | 19.77 | 0.76 | 0.45 |
| Hex | CC | 56 | 1C | 0 | 3A | 56 | 14 | 14 | 4C | 2D |
| Octal | 314 | 126 | 34 | 0 | 72 | 126 | 24 | 24 | 114 | 55 |
| Binary | 11001100 | 1010110 | 11100 | 0 | 111010 | 1010110 | 10100 | 10100 | 1001100 | 101101 |
Color Harmonies of #CC561C
Complementary color
Monochromatic Colors of #CC561C
Black with #CC561C
Text Example
Text Example
White with #CC561C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC561C; }
p { color: rgb(204,86,28); }
H1.HeaderClassName
{
color: #CC561C;
}
.AnyTagClassName
{
color: #CC561C;
}
</style>
background-color css
<style>
a { background-color: #CC561C; }
a { background-color: rgb(204,86,28); }
div.DivClassName
{
background-color: #CC561C;
}
.BgClassName
{
background-color: #CC561C;
}
</style>
border-color css
<style>
span { border-color: #CC561C; }
span { border-color: rgb(204,86,28); }
td.TdClassName
{
border-color: #CC561C;
}
.TagClassName
{
border-color: #CC561C;
}
</style>