Shades of Chocolate #CF6A12
Tints of Chocolate #CF6A12
RGB
CMYK
RGB Variations
Color information
#CF6A12 (or 0xCF6A12) is known color: Chocolate. HEX triplet: CF, 6A and 12. RGB value is (207,106,18). Sum of RGB (Red+Green+Blue) = 207+106+18=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6A12 is #3095ED. Grayscale: #7E7E7E. Windows color (decimal): -3184110 or 1206991. OLE color: 1206991.
HSL color Cylindrical-coordinate representation of color #CF6A12: hue angle of 27.94º 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 #CF6A12 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 106 | 18 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.19 |
| HSL | 27.94º | 0.84% | 0.44% | - |
| HSV(B) | 27.94º | 0.91% | 0.81% | - |
| XYZ | 31 | 23.62 | 3.5 | - |
| YUV | 126.17 | 66.96 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 106 | 18 | 0 | 0.49 | 0.91 | 0.19 | 27.94 | 0.84 | 0.44 |
| Hex | CF | 6A | 12 | 0 | 31 | 5B | 13 | 1C | 54 | 2C |
| Octal | 317 | 152 | 22 | 0 | 61 | 133 | 23 | 34 | 124 | 54 |
| Binary | 11001111 | 1101010 | 10010 | 0 | 110001 | 1011011 | 10011 | 11100 | 1010100 | 101100 |
Color Harmonies of #CF6A12
Complementary color
Monochromatic Colors of #CF6A12
Black with #CF6A12
Text Example
Text Example
White with #CF6A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6A12; }
p { color: rgb(207,106,18); }
H1.HeaderClassName
{
color: #CF6A12;
}
.AnyTagClassName
{
color: #CF6A12;
}
</style>
background-color css
<style>
a { background-color: #CF6A12; }
a { background-color: rgb(207,106,18); }
div.DivClassName
{
background-color: #CF6A12;
}
.BgClassName
{
background-color: #CF6A12;
}
</style>
border-color css
<style>
span { border-color: #CF6A12; }
span { border-color: rgb(207,106,18); }
td.TdClassName
{
border-color: #CF6A12;
}
.TagClassName
{
border-color: #CF6A12;
}
</style>