Shades of Chocolate #CF640E
Tints of Chocolate #CF640E
RGB
CMYK
RGB Variations
Color information
#CF640E (or 0xCF640E) is known color: Chocolate. HEX triplet: CF, 64 and 0E. RGB value is (207,100,14). Sum of RGB (Red+Green+Blue) = 207+100+14=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 14 (5.86% from 255 or 4.36% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF640E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF640E is #309BF1. Grayscale: #7A7A7A. Windows color (decimal): -3185650 or 943311. OLE color: 943311.
HSL color Cylindrical-coordinate representation of color #CF640E: hue angle of 26.74º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF640E is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 100 | 14 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.19 |
| HSL | 26.74º | 0.87% | 0.43% | - |
| HSV(B) | 26.74º | 0.93% | 0.81% | - |
| XYZ | 30.37 | 22.41 | 3.14 | - |
| YUV | 122.19 | 66.95 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 100 | 14 | 0 | 0.52 | 0.93 | 0.19 | 26.74 | 0.87 | 0.43 |
| Hex | CF | 64 | E | 0 | 34 | 5D | 13 | 1B | 57 | 2B |
| Octal | 317 | 144 | 16 | 0 | 64 | 135 | 23 | 33 | 127 | 53 |
| Binary | 11001111 | 1100100 | 1110 | 0 | 110100 | 1011101 | 10011 | 11011 | 1010111 | 101011 |
Color Harmonies of #CF640E
Complementary color
Monochromatic Colors of #CF640E
Black with #CF640E
Text Example
Text Example
White with #CF640E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF640E; }
p { color: rgb(207,100,14); }
H1.HeaderClassName
{
color: #CF640E;
}
.AnyTagClassName
{
color: #CF640E;
}
</style>
background-color css
<style>
a { background-color: #CF640E; }
a { background-color: rgb(207,100,14); }
div.DivClassName
{
background-color: #CF640E;
}
.BgClassName
{
background-color: #CF640E;
}
</style>
border-color css
<style>
span { border-color: #CF640E; }
span { border-color: rgb(207,100,14); }
td.TdClassName
{
border-color: #CF640E;
}
.TagClassName
{
border-color: #CF640E;
}
</style>