Shades of Chocolate #CF5615
Tints of Chocolate #CF5615
RGB
CMYK
RGB Variations
Color information
#CF5615 (or 0xCF5615) is known color: Chocolate. HEX triplet: CF, 56 and 15. RGB value is (207,86,21). Sum of RGB (Red+Green+Blue) = 207+86+21=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5615 is #30A9EA. Grayscale: #737373. Windows color (decimal): -3189227 or 1398479. OLE color: 1398479.
HSL color Cylindrical-coordinate representation of color #CF5615: hue angle of 20.97º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF5615 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 21 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.19 |
| HSL | 20.97º | 0.82% | 0.45% | - |
| HSV(B) | 20.97º | 0.9% | 0.81% | - |
| XYZ | 29.2 | 19.98 | 3.03 | - |
| YUV | 114.77 | 75.09 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 21 | 0 | 0.58 | 0.90 | 0.19 | 20.97 | 0.82 | 0.45 |
| Hex | CF | 56 | 15 | 0 | 3A | 5A | 13 | 15 | 52 | 2D |
| Octal | 317 | 126 | 25 | 0 | 72 | 132 | 23 | 25 | 122 | 55 |
| Binary | 11001111 | 1010110 | 10101 | 0 | 111010 | 1011010 | 10011 | 10101 | 1010010 | 101101 |
Color Harmonies of #CF5615
Complementary color
Monochromatic Colors of #CF5615
Black with #CF5615
Text Example
Text Example
White with #CF5615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5615; }
p { color: rgb(207,86,21); }
H1.HeaderClassName
{
color: #CF5615;
}
.AnyTagClassName
{
color: #CF5615;
}
</style>
background-color css
<style>
a { background-color: #CF5615; }
a { background-color: rgb(207,86,21); }
div.DivClassName
{
background-color: #CF5615;
}
.BgClassName
{
background-color: #CF5615;
}
</style>
border-color css
<style>
span { border-color: #CF5615; }
span { border-color: rgb(207,86,21); }
td.TdClassName
{
border-color: #CF5615;
}
.TagClassName
{
border-color: #CF5615;
}
</style>