Shades of Chocolate #CF6611
Tints of Chocolate #CF6611
RGB
CMYK
RGB Variations
Color information
#CF6611 (or 0xCF6611) is known color: Chocolate. HEX triplet: CF, 66 and 11. RGB value is (207,102,17). Sum of RGB (Red+Green+Blue) = 207+102+17=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 17 (7.03% from 255 or 5.21% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6611 is #3099EE. Grayscale: #7C7C7C. Windows color (decimal): -3185135 or 1140431. OLE color: 1140431.
HSL color Cylindrical-coordinate representation of color #CF6611: hue angle of 26.84º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF6611 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 17 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.19 |
| HSL | 26.84º | 0.85% | 0.44% | - |
| HSV(B) | 26.84º | 0.92% | 0.81% | - |
| XYZ | 30.58 | 22.81 | 3.32 | - |
| YUV | 123.71 | 67.79 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 17 | 0 | 0.51 | 0.92 | 0.19 | 26.84 | 0.85 | 0.44 |
| Hex | CF | 66 | 11 | 0 | 33 | 5C | 13 | 1B | 55 | 2C |
| Octal | 317 | 146 | 21 | 0 | 63 | 134 | 23 | 33 | 125 | 54 |
| Binary | 11001111 | 1100110 | 10001 | 0 | 110011 | 1011100 | 10011 | 11011 | 1010101 | 101100 |
Color Harmonies of #CF6611
Complementary color
Monochromatic Colors of #CF6611
Black with #CF6611
Text Example
Text Example
White with #CF6611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6611; }
p { color: rgb(207,102,17); }
H1.HeaderClassName
{
color: #CF6611;
}
.AnyTagClassName
{
color: #CF6611;
}
</style>
background-color css
<style>
a { background-color: #CF6611; }
a { background-color: rgb(207,102,17); }
div.DivClassName
{
background-color: #CF6611;
}
.BgClassName
{
background-color: #CF6611;
}
</style>
border-color css
<style>
span { border-color: #CF6611; }
span { border-color: rgb(207,102,17); }
td.TdClassName
{
border-color: #CF6611;
}
.TagClassName
{
border-color: #CF6611;
}
</style>