Shades of Chocolate #CF6C17
Tints of Chocolate #CF6C17
RGB
CMYK
RGB Variations
Color information
#CF6C17 (or 0xCF6C17) is known color: Chocolate. HEX triplet: CF, 6C and 17. RGB value is (207,108,23). Sum of RGB (Red+Green+Blue) = 207+108+23=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 23 (9.38% from 255 or 6.80% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6C17 is #3093E8. Grayscale: #808080. Windows color (decimal): -3183593 or 1535183. OLE color: 1535183.
HSL color Cylindrical-coordinate representation of color #CF6C17: hue angle of 27.72º degrees, saturation: 0.8, 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 #CF6C17 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 108 | 23 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.19 |
| HSL | 27.72º | 0.8% | 0.45% | - |
| HSV(B) | 27.72º | 0.89% | 0.81% | - |
| XYZ | 31.25 | 24.05 | 3.81 | - |
| YUV | 127.91 | 68.8 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 108 | 23 | 0 | 0.48 | 0.89 | 0.19 | 27.72 | 0.8 | 0.45 |
| Hex | CF | 6C | 17 | 0 | 30 | 59 | 13 | 1C | 50 | 2D |
| Octal | 317 | 154 | 27 | 0 | 60 | 131 | 23 | 34 | 120 | 55 |
| Binary | 11001111 | 1101100 | 10111 | 0 | 110000 | 1011001 | 10011 | 11100 | 1010000 | 101101 |
Color Harmonies of #CF6C17
Complementary color
Monochromatic Colors of #CF6C17
Black with #CF6C17
Text Example
Text Example
White with #CF6C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6C17; }
p { color: rgb(207,108,23); }
H1.HeaderClassName
{
color: #CF6C17;
}
.AnyTagClassName
{
color: #CF6C17;
}
</style>
background-color css
<style>
a { background-color: #CF6C17; }
a { background-color: rgb(207,108,23); }
div.DivClassName
{
background-color: #CF6C17;
}
.BgClassName
{
background-color: #CF6C17;
}
</style>
border-color css
<style>
span { border-color: #CF6C17; }
span { border-color: rgb(207,108,23); }
td.TdClassName
{
border-color: #CF6C17;
}
.TagClassName
{
border-color: #CF6C17;
}
</style>