Shades of Chocolate #CF7012
Tints of Chocolate #CF7012
RGB
CMYK
RGB Variations
Color information
#CF7012 (or 0xCF7012) is known color: Chocolate. HEX triplet: CF, 70 and 12. RGB value is (207,112,18). Sum of RGB (Red+Green+Blue) = 207+112+18=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7012 is #308FED. Grayscale: #828282. Windows color (decimal): -3182574 or 1208527. OLE color: 1208527.
HSL color Cylindrical-coordinate representation of color #CF7012: hue angle of 29.84º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF7012 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 18 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.19 |
| HSL | 29.84º | 0.84% | 0.44% | - |
| HSV(B) | 29.84º | 0.91% | 0.81% | - |
| XYZ | 31.64 | 24.9 | 3.71 | - |
| YUV | 129.69 | 64.97 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 18 | 0 | 0.46 | 0.91 | 0.19 | 29.84 | 0.84 | 0.44 |
| Hex | CF | 70 | 12 | 0 | 2E | 5B | 13 | 1E | 54 | 2C |
| Octal | 317 | 160 | 22 | 0 | 56 | 133 | 23 | 36 | 124 | 54 |
| Binary | 11001111 | 1110000 | 10010 | 0 | 101110 | 1011011 | 10011 | 11110 | 1010100 | 101100 |
Color Harmonies of #CF7012
Complementary color
Monochromatic Colors of #CF7012
Black with #CF7012
Text Example
Text Example
White with #CF7012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7012; }
p { color: rgb(207,112,18); }
H1.HeaderClassName
{
color: #CF7012;
}
.AnyTagClassName
{
color: #CF7012;
}
</style>
background-color css
<style>
a { background-color: #CF7012; }
a { background-color: rgb(207,112,18); }
div.DivClassName
{
background-color: #CF7012;
}
.BgClassName
{
background-color: #CF7012;
}
</style>
border-color css
<style>
span { border-color: #CF7012; }
span { border-color: rgb(207,112,18); }
td.TdClassName
{
border-color: #CF7012;
}
.TagClassName
{
border-color: #CF7012;
}
</style>