Shades of Chocolate #CF6412
Tints of Chocolate #CF6412
RGB
CMYK
RGB Variations
Color information
#CF6412 (or 0xCF6412) is known color: Chocolate. HEX triplet: CF, 64 and 12. RGB value is (207,100,18). Sum of RGB (Red+Green+Blue) = 207+100+18=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6412 is #309BED. Grayscale: #7B7B7B. Windows color (decimal): -3185646 or 1205455. OLE color: 1205455.
HSL color Cylindrical-coordinate representation of color #CF6412: hue angle of 26.03º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF6412 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 100 | 18 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.19 |
| HSL | 26.03º | 0.84% | 0.44% | - |
| HSV(B) | 26.03º | 0.91% | 0.81% | - |
| XYZ | 30.4 | 22.42 | 3.3 | - |
| YUV | 122.65 | 68.95 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 100 | 18 | 0 | 0.52 | 0.91 | 0.19 | 26.03 | 0.84 | 0.44 |
| Hex | CF | 64 | 12 | 0 | 34 | 5B | 13 | 1A | 54 | 2C |
| Octal | 317 | 144 | 22 | 0 | 64 | 133 | 23 | 32 | 124 | 54 |
| Binary | 11001111 | 1100100 | 10010 | 0 | 110100 | 1011011 | 10011 | 11010 | 1010100 | 101100 |
Color Harmonies of #CF6412
Complementary color
Monochromatic Colors of #CF6412
Black with #CF6412
Text Example
Text Example
White with #CF6412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6412; }
p { color: rgb(207,100,18); }
H1.HeaderClassName
{
color: #CF6412;
}
.AnyTagClassName
{
color: #CF6412;
}
</style>
background-color css
<style>
a { background-color: #CF6412; }
a { background-color: rgb(207,100,18); }
div.DivClassName
{
background-color: #CF6412;
}
.BgClassName
{
background-color: #CF6412;
}
</style>
border-color css
<style>
span { border-color: #CF6412; }
span { border-color: rgb(207,100,18); }
td.TdClassName
{
border-color: #CF6412;
}
.TagClassName
{
border-color: #CF6412;
}
</style>