Shades of Chocolate #CF710E
Tints of Chocolate #CF710E
RGB
CMYK
RGB Variations
Color information
#CF710E (or 0xCF710E) is known color: Chocolate. HEX triplet: CF, 71 and 0E. RGB value is (207,113,14). Sum of RGB (Red+Green+Blue) = 207+113+14=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF710E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF710E is #308EF1. Grayscale: #828282. Windows color (decimal): -3182322 or 946639. OLE color: 946639.
HSL color Cylindrical-coordinate representation of color #CF710E: hue angle of 30.78º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF710E is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 113 | 14 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.19 |
| HSL | 30.78º | 0.87% | 0.43% | - |
| HSV(B) | 30.78º | 0.93% | 0.81% | - |
| XYZ | 31.72 | 25.11 | 3.59 | - |
| YUV | 129.82 | 62.64 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 113 | 14 | 0 | 0.45 | 0.93 | 0.19 | 30.78 | 0.87 | 0.43 |
| Hex | CF | 71 | E | 0 | 2D | 5D | 13 | 1F | 57 | 2B |
| Octal | 317 | 161 | 16 | 0 | 55 | 135 | 23 | 37 | 127 | 53 |
| Binary | 11001111 | 1110001 | 1110 | 0 | 101101 | 1011101 | 10011 | 11111 | 1010111 | 101011 |
Color Harmonies of #CF710E
Complementary color
Monochromatic Colors of #CF710E
Black with #CF710E
Text Example
Text Example
White with #CF710E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF710E; }
p { color: rgb(207,113,14); }
H1.HeaderClassName
{
color: #CF710E;
}
.AnyTagClassName
{
color: #CF710E;
}
</style>
background-color css
<style>
a { background-color: #CF710E; }
a { background-color: rgb(207,113,14); }
div.DivClassName
{
background-color: #CF710E;
}
.BgClassName
{
background-color: #CF710E;
}
</style>
border-color css
<style>
span { border-color: #CF710E; }
span { border-color: rgb(207,113,14); }
td.TdClassName
{
border-color: #CF710E;
}
.TagClassName
{
border-color: #CF710E;
}
</style>