Shades of Chocolate #CF7016
Tints of Chocolate #CF7016
RGB
CMYK
RGB Variations
Color information
#CF7016 (or 0xCF7016) is known color: Chocolate. HEX triplet: CF, 70 and 16. RGB value is (207,112,22). Sum of RGB (Red+Green+Blue) = 207+112+22=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7016 is #308FE9. Grayscale: #828282. Windows color (decimal): -3182570 or 1470671. OLE color: 1470671.
HSL color Cylindrical-coordinate representation of color #CF7016: hue angle of 29.19º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF7016 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 22 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.19 |
| HSL | 29.19º | 0.81% | 0.45% | - |
| HSV(B) | 29.19º | 0.89% | 0.81% | - |
| XYZ | 31.67 | 24.91 | 3.9 | - |
| YUV | 130.15 | 66.97 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 22 | 0 | 0.46 | 0.89 | 0.19 | 29.19 | 0.81 | 0.45 |
| Hex | CF | 70 | 16 | 0 | 2E | 59 | 13 | 1D | 51 | 2D |
| Octal | 317 | 160 | 26 | 0 | 56 | 131 | 23 | 35 | 121 | 55 |
| Binary | 11001111 | 1110000 | 10110 | 0 | 101110 | 1011001 | 10011 | 11101 | 1010001 | 101101 |
Color Harmonies of #CF7016
Complementary color
Monochromatic Colors of #CF7016
Black with #CF7016
Text Example
Text Example
White with #CF7016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7016; }
p { color: rgb(207,112,22); }
H1.HeaderClassName
{
color: #CF7016;
}
.AnyTagClassName
{
color: #CF7016;
}
</style>
background-color css
<style>
a { background-color: #CF7016; }
a { background-color: rgb(207,112,22); }
div.DivClassName
{
background-color: #CF7016;
}
.BgClassName
{
background-color: #CF7016;
}
</style>
border-color css
<style>
span { border-color: #CF7016; }
span { border-color: rgb(207,112,22); }
td.TdClassName
{
border-color: #CF7016;
}
.TagClassName
{
border-color: #CF7016;
}
</style>