Shades of Chocolate #CF6F12
Tints of Chocolate #CF6F12
RGB
CMYK
RGB Variations
Color information
#CF6F12 (or 0xCF6F12) is known color: Chocolate. HEX triplet: CF, 6F and 12. RGB value is (207,111,18). Sum of RGB (Red+Green+Blue) = 207+111+18=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6F12 is #3090ED. Grayscale: #818181. Windows color (decimal): -3182830 or 1208271. OLE color: 1208271.
HSL color Cylindrical-coordinate representation of color #CF6F12: hue angle of 29.52º 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 #CF6F12 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 111 | 18 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.19 |
| HSL | 29.52º | 0.84% | 0.44% | - |
| HSV(B) | 29.52º | 0.91% | 0.81% | - |
| XYZ | 31.53 | 24.68 | 3.67 | - |
| YUV | 129.1 | 65.3 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 18 | 0 | 0.46 | 0.91 | 0.19 | 29.52 | 0.84 | 0.44 |
| Hex | CF | 6F | 12 | 0 | 2E | 5B | 13 | 1E | 54 | 2C |
| Octal | 317 | 157 | 22 | 0 | 56 | 133 | 23 | 36 | 124 | 54 |
| Binary | 11001111 | 1101111 | 10010 | 0 | 101110 | 1011011 | 10011 | 11110 | 1010100 | 101100 |
Color Harmonies of #CF6F12
Complementary color
Monochromatic Colors of #CF6F12
Black with #CF6F12
Text Example
Text Example
White with #CF6F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6F12; }
p { color: rgb(207,111,18); }
H1.HeaderClassName
{
color: #CF6F12;
}
.AnyTagClassName
{
color: #CF6F12;
}
</style>
background-color css
<style>
a { background-color: #CF6F12; }
a { background-color: rgb(207,111,18); }
div.DivClassName
{
background-color: #CF6F12;
}
.BgClassName
{
background-color: #CF6F12;
}
</style>
border-color css
<style>
span { border-color: #CF6F12; }
span { border-color: rgb(207,111,18); }
td.TdClassName
{
border-color: #CF6F12;
}
.TagClassName
{
border-color: #CF6F12;
}
</style>