Shades of Chocolate #CF621E
Tints of Chocolate #CF621E
RGB
CMYK
RGB Variations
Color information
#CF621E (or 0xCF621E) is known color: Chocolate. HEX triplet: CF, 62 and 1E. RGB value is (207,98,30). Sum of RGB (Red+Green+Blue) = 207+98+30=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF621E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF621E is #309DE1. Grayscale: #7B7B7B. Windows color (decimal): -3186146 or 1991375. OLE color: 1991375.
HSL color Cylindrical-coordinate representation of color #CF621E: hue angle of 23.05º degrees, saturation: 0.75, 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 #CF621E is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 30 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.19 |
| HSL | 23.05º | 0.75% | 0.46% | - |
| HSV(B) | 23.05º | 0.86% | 0.81% | - |
| XYZ | 30.33 | 22.09 | 3.89 | - |
| YUV | 122.84 | 75.61 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 30 | 0 | 0.53 | 0.86 | 0.19 | 23.05 | 0.75 | 0.46 |
| Hex | CF | 62 | 1E | 0 | 35 | 56 | 13 | 17 | 4B | 2E |
| Octal | 317 | 142 | 36 | 0 | 65 | 126 | 23 | 27 | 113 | 56 |
| Binary | 11001111 | 1100010 | 11110 | 0 | 110101 | 1010110 | 10011 | 10111 | 1001011 | 101110 |
Color Harmonies of #CF621E
Complementary color
Monochromatic Colors of #CF621E
Black with #CF621E
Text Example
Text Example
White with #CF621E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF621E; }
p { color: rgb(207,98,30); }
H1.HeaderClassName
{
color: #CF621E;
}
.AnyTagClassName
{
color: #CF621E;
}
</style>
background-color css
<style>
a { background-color: #CF621E; }
a { background-color: rgb(207,98,30); }
div.DivClassName
{
background-color: #CF621E;
}
.BgClassName
{
background-color: #CF621E;
}
</style>
border-color css
<style>
span { border-color: #CF621E; }
span { border-color: rgb(207,98,30); }
td.TdClassName
{
border-color: #CF621E;
}
.TagClassName
{
border-color: #CF621E;
}
</style>