Shades of Chocolate #CF561C
Tints of Chocolate #CF561C
RGB
CMYK
RGB Variations
Color information
#CF561C (or 0xCF561C) is known color: Chocolate. HEX triplet: CF, 56 and 1C. RGB value is (207,86,28). Sum of RGB (Red+Green+Blue) = 207+86+28=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF561C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF561C is #30A9E3. Grayscale: #737373. Windows color (decimal): -3189220 or 1857231. OLE color: 1857231.
HSL color Cylindrical-coordinate representation of color #CF561C: hue angle of 19.44º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF561C is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 28 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.19 |
| HSL | 19.44º | 0.76% | 0.46% | - |
| HSV(B) | 19.44º | 0.86% | 0.81% | - |
| XYZ | 29.27 | 20 | 3.42 | - |
| YUV | 115.57 | 78.59 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 28 | 0 | 0.58 | 0.86 | 0.19 | 19.44 | 0.76 | 0.46 |
| Hex | CF | 56 | 1C | 0 | 3A | 56 | 13 | 13 | 4C | 2E |
| Octal | 317 | 126 | 34 | 0 | 72 | 126 | 23 | 23 | 114 | 56 |
| Binary | 11001111 | 1010110 | 11100 | 0 | 111010 | 1010110 | 10011 | 10011 | 1001100 | 101110 |
Color Harmonies of #CF561C
Complementary color
Monochromatic Colors of #CF561C
Black with #CF561C
Text Example
Text Example
White with #CF561C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF561C; }
p { color: rgb(207,86,28); }
H1.HeaderClassName
{
color: #CF561C;
}
.AnyTagClassName
{
color: #CF561C;
}
</style>
background-color css
<style>
a { background-color: #CF561C; }
a { background-color: rgb(207,86,28); }
div.DivClassName
{
background-color: #CF561C;
}
.BgClassName
{
background-color: #CF561C;
}
</style>
border-color css
<style>
span { border-color: #CF561C; }
span { border-color: rgb(207,86,28); }
td.TdClassName
{
border-color: #CF561C;
}
.TagClassName
{
border-color: #CF561C;
}
</style>