Shades of Chocolate #CF6111
Tints of Chocolate #CF6111
RGB
CMYK
RGB Variations
Color information
#CF6111 (or 0xCF6111) is known color: Chocolate. HEX triplet: CF, 61 and 11. RGB value is (207,97,17). Sum of RGB (Red+Green+Blue) = 207+97+17=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 17 (7.03% from 255 or 5.30% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6111 is #309EEE. Grayscale: #797979. Windows color (decimal): -3186415 or 1139151. OLE color: 1139151.
HSL color Cylindrical-coordinate representation of color #CF6111: hue angle of 25.26º 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 #CF6111 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 97 | 17 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.19 |
| HSL | 25.26º | 0.85% | 0.44% | - |
| HSV(B) | 25.26º | 0.92% | 0.81% | - |
| XYZ | 30.11 | 21.86 | 3.16 | - |
| YUV | 120.77 | 69.44 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 17 | 0 | 0.53 | 0.92 | 0.19 | 25.26 | 0.85 | 0.44 |
| Hex | CF | 61 | 11 | 0 | 35 | 5C | 13 | 19 | 55 | 2C |
| Octal | 317 | 141 | 21 | 0 | 65 | 134 | 23 | 31 | 125 | 54 |
| Binary | 11001111 | 1100001 | 10001 | 0 | 110101 | 1011100 | 10011 | 11001 | 1010101 | 101100 |
Color Harmonies of #CF6111
Complementary color
Monochromatic Colors of #CF6111
Black with #CF6111
Text Example
Text Example
White with #CF6111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6111; }
p { color: rgb(207,97,17); }
H1.HeaderClassName
{
color: #CF6111;
}
.AnyTagClassName
{
color: #CF6111;
}
</style>
background-color css
<style>
a { background-color: #CF6111; }
a { background-color: rgb(207,97,17); }
div.DivClassName
{
background-color: #CF6111;
}
.BgClassName
{
background-color: #CF6111;
}
</style>
border-color css
<style>
span { border-color: #CF6111; }
span { border-color: rgb(207,97,17); }
td.TdClassName
{
border-color: #CF6111;
}
.TagClassName
{
border-color: #CF6111;
}
</style>