Shades of Chocolate #CF7014
Tints of Chocolate #CF7014
RGB
CMYK
RGB Variations
Color information
#CF7014 (or 0xCF7014) is known color: Chocolate. HEX triplet: CF, 70 and 14. RGB value is (207,112,20). Sum of RGB (Red+Green+Blue) = 207+112+20=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7014 is #308FEB. Grayscale: #828282. Windows color (decimal): -3182572 or 1339599. OLE color: 1339599.
HSL color Cylindrical-coordinate representation of color #CF7014: hue angle of 29.52º 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 #CF7014 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 20 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.19 |
| HSL | 29.52º | 0.82% | 0.45% | - |
| HSV(B) | 29.52º | 0.9% | 0.81% | - |
| XYZ | 31.65 | 24.9 | 3.8 | - |
| YUV | 129.92 | 65.97 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 20 | 0 | 0.46 | 0.90 | 0.19 | 29.52 | 0.82 | 0.45 |
| Hex | CF | 70 | 14 | 0 | 2E | 5A | 13 | 1E | 52 | 2D |
| Octal | 317 | 160 | 24 | 0 | 56 | 132 | 23 | 36 | 122 | 55 |
| Binary | 11001111 | 1110000 | 10100 | 0 | 101110 | 1011010 | 10011 | 11110 | 1010010 | 101101 |
Color Harmonies of #CF7014
Complementary color
Monochromatic Colors of #CF7014
Black with #CF7014
Text Example
Text Example
White with #CF7014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7014; }
p { color: rgb(207,112,20); }
H1.HeaderClassName
{
color: #CF7014;
}
.AnyTagClassName
{
color: #CF7014;
}
</style>
background-color css
<style>
a { background-color: #CF7014; }
a { background-color: rgb(207,112,20); }
div.DivClassName
{
background-color: #CF7014;
}
.BgClassName
{
background-color: #CF7014;
}
</style>
border-color css
<style>
span { border-color: #CF7014; }
span { border-color: rgb(207,112,20); }
td.TdClassName
{
border-color: #CF7014;
}
.TagClassName
{
border-color: #CF7014;
}
</style>