Shades of Chocolate #CF601C
Tints of Chocolate #CF601C
RGB
CMYK
RGB Variations
Color information
#CF601C (or 0xCF601C) is known color: Chocolate. HEX triplet: CF, 60 and 1C. RGB value is (207,96,28). Sum of RGB (Red+Green+Blue) = 207+96+28=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF601C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF601C is #309FE3. Grayscale: #797979. Windows color (decimal): -3186660 or 1859791. OLE color: 1859791.
HSL color Cylindrical-coordinate representation of color #CF601C: hue angle of 22.79º 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 #CF601C is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 96 | 28 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.19 |
| HSL | 22.79º | 0.76% | 0.46% | - |
| HSV(B) | 22.79º | 0.86% | 0.81% | - |
| XYZ | 30.12 | 21.71 | 3.7 | - |
| YUV | 121.44 | 75.27 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 96 | 28 | 0 | 0.54 | 0.86 | 0.19 | 22.79 | 0.76 | 0.46 |
| Hex | CF | 60 | 1C | 0 | 36 | 56 | 13 | 17 | 4C | 2E |
| Octal | 317 | 140 | 34 | 0 | 66 | 126 | 23 | 27 | 114 | 56 |
| Binary | 11001111 | 1100000 | 11100 | 0 | 110110 | 1010110 | 10011 | 10111 | 1001100 | 101110 |
Color Harmonies of #CF601C
Complementary color
Monochromatic Colors of #CF601C
Black with #CF601C
Text Example
Text Example
White with #CF601C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF601C; }
p { color: rgb(207,96,28); }
H1.HeaderClassName
{
color: #CF601C;
}
.AnyTagClassName
{
color: #CF601C;
}
</style>
background-color css
<style>
a { background-color: #CF601C; }
a { background-color: rgb(207,96,28); }
div.DivClassName
{
background-color: #CF601C;
}
.BgClassName
{
background-color: #CF601C;
}
</style>
border-color css
<style>
span { border-color: #CF601C; }
span { border-color: rgb(207,96,28); }
td.TdClassName
{
border-color: #CF601C;
}
.TagClassName
{
border-color: #CF601C;
}
</style>