Shades of Chocolate #CF7116
Tints of Chocolate #CF7116
RGB
CMYK
RGB Variations
Color information
#CF7116 (or 0xCF7116) is known color: Chocolate. HEX triplet: CF, 71 and 16. RGB value is (207,113,22). Sum of RGB (Red+Green+Blue) = 207+113+22=342 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.53% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7116 is #308EE9. Grayscale: #838383. Windows color (decimal): -3182314 or 1470927. OLE color: 1470927.
HSL color Cylindrical-coordinate representation of color #CF7116: hue angle of 29.51º 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 #CF7116 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 113 | 22 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.19 |
| HSL | 29.51º | 0.81% | 0.45% | - |
| HSV(B) | 29.51º | 0.89% | 0.81% | - |
| XYZ | 31.78 | 25.13 | 3.94 | - |
| YUV | 130.73 | 66.64 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 113 | 22 | 0 | 0.45 | 0.89 | 0.19 | 29.51 | 0.81 | 0.45 |
| Hex | CF | 71 | 16 | 0 | 2D | 59 | 13 | 1E | 51 | 2D |
| Octal | 317 | 161 | 26 | 0 | 55 | 131 | 23 | 36 | 121 | 55 |
| Binary | 11001111 | 1110001 | 10110 | 0 | 101101 | 1011001 | 10011 | 11110 | 1010001 | 101101 |
Color Harmonies of #CF7116
Complementary color
Monochromatic Colors of #CF7116
Black with #CF7116
Text Example
Text Example
White with #CF7116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7116; }
p { color: rgb(207,113,22); }
H1.HeaderClassName
{
color: #CF7116;
}
.AnyTagClassName
{
color: #CF7116;
}
</style>
background-color css
<style>
a { background-color: #CF7116; }
a { background-color: rgb(207,113,22); }
div.DivClassName
{
background-color: #CF7116;
}
.BgClassName
{
background-color: #CF7116;
}
</style>
border-color css
<style>
span { border-color: #CF7116; }
span { border-color: rgb(207,113,22); }
td.TdClassName
{
border-color: #CF7116;
}
.TagClassName
{
border-color: #CF7116;
}
</style>