Shades of Chocolate #CF6C14
Tints of Chocolate #CF6C14
RGB
CMYK
RGB Variations
Color information
#CF6C14 (or 0xCF6C14) is known color: Chocolate. HEX triplet: CF, 6C and 14. RGB value is (207,108,20). Sum of RGB (Red+Green+Blue) = 207+108+20=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6C14 is #3093EB. Grayscale: #808080. Windows color (decimal): -3183596 or 1338575. OLE color: 1338575.
HSL color Cylindrical-coordinate representation of color #CF6C14: hue angle of 28.24º 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 #CF6C14 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 108 | 20 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.19 |
| HSL | 28.24º | 0.82% | 0.45% | - |
| HSV(B) | 28.24º | 0.9% | 0.81% | - |
| XYZ | 31.22 | 24.04 | 3.66 | - |
| YUV | 127.57 | 67.3 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 108 | 20 | 0 | 0.48 | 0.90 | 0.19 | 28.24 | 0.82 | 0.45 |
| Hex | CF | 6C | 14 | 0 | 30 | 5A | 13 | 1C | 52 | 2D |
| Octal | 317 | 154 | 24 | 0 | 60 | 132 | 23 | 34 | 122 | 55 |
| Binary | 11001111 | 1101100 | 10100 | 0 | 110000 | 1011010 | 10011 | 11100 | 1010010 | 101101 |
Color Harmonies of #CF6C14
Complementary color
Monochromatic Colors of #CF6C14
Black with #CF6C14
Text Example
Text Example
White with #CF6C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6C14; }
p { color: rgb(207,108,20); }
H1.HeaderClassName
{
color: #CF6C14;
}
.AnyTagClassName
{
color: #CF6C14;
}
</style>
background-color css
<style>
a { background-color: #CF6C14; }
a { background-color: rgb(207,108,20); }
div.DivClassName
{
background-color: #CF6C14;
}
.BgClassName
{
background-color: #CF6C14;
}
</style>
border-color css
<style>
span { border-color: #CF6C14; }
span { border-color: rgb(207,108,20); }
td.TdClassName
{
border-color: #CF6C14;
}
.TagClassName
{
border-color: #CF6C14;
}
</style>