Shades of Chocolate #CF621C
Tints of Chocolate #CF621C
RGB
CMYK
RGB Variations
Color information
#CF621C (or 0xCF621C) is known color: Chocolate. HEX triplet: CF, 62 and 1C. RGB value is (207,98,28). Sum of RGB (Red+Green+Blue) = 207+98+28=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 28 (11.33% from 255 or 8.41% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF621C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF621C is #309DE3. Grayscale: #7A7A7A. Windows color (decimal): -3186148 or 1860303. OLE color: 1860303.
HSL color Cylindrical-coordinate representation of color #CF621C: hue angle of 23.46º 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 #CF621C is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 28 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.19 |
| HSL | 23.46º | 0.76% | 0.46% | - |
| HSV(B) | 23.46º | 0.86% | 0.81% | - |
| XYZ | 30.31 | 22.08 | 3.76 | - |
| YUV | 122.61 | 74.61 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 28 | 0 | 0.53 | 0.86 | 0.19 | 23.46 | 0.76 | 0.46 |
| Hex | CF | 62 | 1C | 0 | 35 | 56 | 13 | 17 | 4C | 2E |
| Octal | 317 | 142 | 34 | 0 | 65 | 126 | 23 | 27 | 114 | 56 |
| Binary | 11001111 | 1100010 | 11100 | 0 | 110101 | 1010110 | 10011 | 10111 | 1001100 | 101110 |
Color Harmonies of #CF621C
Complementary color
Monochromatic Colors of #CF621C
Black with #CF621C
Text Example
Text Example
White with #CF621C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF621C; }
p { color: rgb(207,98,28); }
H1.HeaderClassName
{
color: #CF621C;
}
.AnyTagClassName
{
color: #CF621C;
}
</style>
background-color css
<style>
a { background-color: #CF621C; }
a { background-color: rgb(207,98,28); }
div.DivClassName
{
background-color: #CF621C;
}
.BgClassName
{
background-color: #CF621C;
}
</style>
border-color css
<style>
span { border-color: #CF621C; }
span { border-color: rgb(207,98,28); }
td.TdClassName
{
border-color: #CF621C;
}
.TagClassName
{
border-color: #CF621C;
}
</style>