Shades of Chocolate #CC561F
Tints of Chocolate #CC561F
RGB
CMYK
RGB Variations
Color information
#CC561F (or 0xCC561F) is known color: Chocolate. HEX triplet: CC, 56 and 1F. RGB value is (204,86,31). Sum of RGB (Red+Green+Blue) = 204+86+31=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 31 (12.5% from 255 or 9.66% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC561F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC561F is #33A9E0. Grayscale: #737373. Windows color (decimal): -3385825 or 2053836. OLE color: 2053836.
HSL color Cylindrical-coordinate representation of color #CC561F: hue angle of 19.08º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC561F is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 31 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.2 |
| HSL | 19.08º | 0.74% | 0.46% | - |
| HSV(B) | 19.08º | 0.85% | 0.8% | - |
| XYZ | 28.48 | 19.59 | 3.58 | - |
| YUV | 115.01 | 80.59 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 31 | 0 | 0.58 | 0.85 | 0.2 | 19.08 | 0.74 | 0.46 |
| Hex | CC | 56 | 1F | 0 | 3A | 55 | 14 | 13 | 4A | 2E |
| Octal | 314 | 126 | 37 | 0 | 72 | 125 | 24 | 23 | 112 | 56 |
| Binary | 11001100 | 1010110 | 11111 | 0 | 111010 | 1010101 | 10100 | 10011 | 1001010 | 101110 |
Color Harmonies of #CC561F
Complementary color
Monochromatic Colors of #CC561F
Black with #CC561F
Text Example
Text Example
White with #CC561F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC561F; }
p { color: rgb(204,86,31); }
H1.HeaderClassName
{
color: #CC561F;
}
.AnyTagClassName
{
color: #CC561F;
}
</style>
background-color css
<style>
a { background-color: #CC561F; }
a { background-color: rgb(204,86,31); }
div.DivClassName
{
background-color: #CC561F;
}
.BgClassName
{
background-color: #CC561F;
}
</style>
border-color css
<style>
span { border-color: #CC561F; }
span { border-color: rgb(204,86,31); }
td.TdClassName
{
border-color: #CC561F;
}
.TagClassName
{
border-color: #CC561F;
}
</style>