Shades of Chocolate #CF611C
Tints of Chocolate #CF611C
RGB
CMYK
RGB Variations
Color information
#CF611C (or 0xCF611C) is known color: Chocolate. HEX triplet: CF, 61 and 1C. RGB value is (207,97,28). Sum of RGB (Red+Green+Blue) = 207+97+28=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 28 (11.33% from 255 or 8.43% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF611C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF611C is #309EE3. Grayscale: #7A7A7A. Windows color (decimal): -3186404 or 1860047. OLE color: 1860047.
HSL color Cylindrical-coordinate representation of color #CF611C: hue angle of 23.13º 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 #CF611C is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 97 | 28 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.19 |
| HSL | 23.13º | 0.76% | 0.46% | - |
| HSV(B) | 23.13º | 0.86% | 0.81% | - |
| XYZ | 30.22 | 21.9 | 3.73 | - |
| YUV | 122.02 | 74.94 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 28 | 0 | 0.53 | 0.86 | 0.19 | 23.13 | 0.76 | 0.46 |
| Hex | CF | 61 | 1C | 0 | 35 | 56 | 13 | 17 | 4C | 2E |
| Octal | 317 | 141 | 34 | 0 | 65 | 126 | 23 | 27 | 114 | 56 |
| Binary | 11001111 | 1100001 | 11100 | 0 | 110101 | 1010110 | 10011 | 10111 | 1001100 | 101110 |
Color Harmonies of #CF611C
Complementary color
Monochromatic Colors of #CF611C
Black with #CF611C
Text Example
Text Example
White with #CF611C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF611C; }
p { color: rgb(207,97,28); }
H1.HeaderClassName
{
color: #CF611C;
}
.AnyTagClassName
{
color: #CF611C;
}
</style>
background-color css
<style>
a { background-color: #CF611C; }
a { background-color: rgb(207,97,28); }
div.DivClassName
{
background-color: #CF611C;
}
.BgClassName
{
background-color: #CF611C;
}
</style>
border-color css
<style>
span { border-color: #CF611C; }
span { border-color: rgb(207,97,28); }
td.TdClassName
{
border-color: #CF611C;
}
.TagClassName
{
border-color: #CF611C;
}
</style>