Shades of Chocolate #CF6212
Tints of Chocolate #CF6212
RGB
CMYK
RGB Variations
Color information
#CF6212 (or 0xCF6212) is known color: Chocolate. HEX triplet: CF, 62 and 12. RGB value is (207,98,18). Sum of RGB (Red+Green+Blue) = 207+98+18=323 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.09% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6212 is #309DED. Grayscale: #797979. Windows color (decimal): -3186158 or 1204943. OLE color: 1204943.
HSL color Cylindrical-coordinate representation of color #CF6212: hue angle of 25.4º 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 #CF6212 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 18 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.19 |
| HSL | 25.4º | 0.84% | 0.44% | - |
| HSV(B) | 25.4º | 0.91% | 0.81% | - |
| XYZ | 30.21 | 22.04 | 3.24 | - |
| YUV | 121.47 | 69.61 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 18 | 0 | 0.53 | 0.91 | 0.19 | 25.4 | 0.84 | 0.44 |
| Hex | CF | 62 | 12 | 0 | 35 | 5B | 13 | 19 | 54 | 2C |
| Octal | 317 | 142 | 22 | 0 | 65 | 133 | 23 | 31 | 124 | 54 |
| Binary | 11001111 | 1100010 | 10010 | 0 | 110101 | 1011011 | 10011 | 11001 | 1010100 | 101100 |
Color Harmonies of #CF6212
Complementary color
Monochromatic Colors of #CF6212
Black with #CF6212
Text Example
Text Example
White with #CF6212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6212; }
p { color: rgb(207,98,18); }
H1.HeaderClassName
{
color: #CF6212;
}
.AnyTagClassName
{
color: #CF6212;
}
</style>
background-color css
<style>
a { background-color: #CF6212; }
a { background-color: rgb(207,98,18); }
div.DivClassName
{
background-color: #CF6212;
}
.BgClassName
{
background-color: #CF6212;
}
</style>
border-color css
<style>
span { border-color: #CF6212; }
span { border-color: rgb(207,98,18); }
td.TdClassName
{
border-color: #CF6212;
}
.TagClassName
{
border-color: #CF6212;
}
</style>