Shades of Chocolate #CF6F1C
Tints of Chocolate #CF6F1C
RGB
CMYK
RGB Variations
Color information
#CF6F1C (or 0xCF6F1C) is known color: Chocolate. HEX triplet: CF, 6F and 1C. RGB value is (207,111,28). Sum of RGB (Red+Green+Blue) = 207+111+28=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6F1C is #3090E3. Grayscale: #828282. Windows color (decimal): -3182820 or 1863631. OLE color: 1863631.
HSL color Cylindrical-coordinate representation of color #CF6F1C: hue angle of 27.82º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF6F1C is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 111 | 28 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.19 |
| HSL | 27.82º | 0.76% | 0.46% | - |
| HSV(B) | 27.82º | 0.86% | 0.81% | - |
| XYZ | 31.63 | 24.72 | 4.2 | - |
| YUV | 130.24 | 70.3 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 28 | 0 | 0.46 | 0.86 | 0.19 | 27.82 | 0.76 | 0.46 |
| Hex | CF | 6F | 1C | 0 | 2E | 56 | 13 | 1C | 4C | 2E |
| Octal | 317 | 157 | 34 | 0 | 56 | 126 | 23 | 34 | 114 | 56 |
| Binary | 11001111 | 1101111 | 11100 | 0 | 101110 | 1010110 | 10011 | 11100 | 1001100 | 101110 |
Color Harmonies of #CF6F1C
Complementary color
Monochromatic Colors of #CF6F1C
Black with #CF6F1C
Text Example
Text Example
White with #CF6F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6F1C; }
p { color: rgb(207,111,28); }
H1.HeaderClassName
{
color: #CF6F1C;
}
.AnyTagClassName
{
color: #CF6F1C;
}
</style>
background-color css
<style>
a { background-color: #CF6F1C; }
a { background-color: rgb(207,111,28); }
div.DivClassName
{
background-color: #CF6F1C;
}
.BgClassName
{
background-color: #CF6F1C;
}
</style>
border-color css
<style>
span { border-color: #CF6F1C; }
span { border-color: rgb(207,111,28); }
td.TdClassName
{
border-color: #CF6F1C;
}
.TagClassName
{
border-color: #CF6F1C;
}
</style>