Shades of Chocolate #CF620F
Tints of Chocolate #CF620F
RGB
CMYK
RGB Variations
Color information
#CF620F (or 0xCF620F) is known color: Chocolate. HEX triplet: CF, 62 and 0F. RGB value is (207,98,15). Sum of RGB (Red+Green+Blue) = 207+98+15=320 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.69% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 207 - color contains mainly: red. Hex color #CF620F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF620F is #309DF0. Grayscale: #797979. Windows color (decimal): -3186161 or 1008335. OLE color: 1008335.
HSL color Cylindrical-coordinate representation of color #CF620F: hue angle of 25.94º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF620F is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 15 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.19 |
| HSL | 25.94º | 0.86% | 0.44% | - |
| HSV(B) | 25.94º | 0.93% | 0.81% | - |
| XYZ | 30.19 | 22.04 | 3.11 | - |
| YUV | 121.13 | 68.11 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 15 | 0 | 0.53 | 0.93 | 0.19 | 25.94 | 0.86 | 0.44 |
| Hex | CF | 62 | F | 0 | 35 | 5D | 13 | 1A | 56 | 2C |
| Octal | 317 | 142 | 17 | 0 | 65 | 135 | 23 | 32 | 126 | 54 |
| Binary | 11001111 | 1100010 | 1111 | 0 | 110101 | 1011101 | 10011 | 11010 | 1010110 | 101100 |
Color Harmonies of #CF620F
Complementary color
Monochromatic Colors of #CF620F
Black with #CF620F
Text Example
Text Example
White with #CF620F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF620F; }
p { color: rgb(207,98,15); }
H1.HeaderClassName
{
color: #CF620F;
}
.AnyTagClassName
{
color: #CF620F;
}
</style>
background-color css
<style>
a { background-color: #CF620F; }
a { background-color: rgb(207,98,15); }
div.DivClassName
{
background-color: #CF620F;
}
.BgClassName
{
background-color: #CF620F;
}
</style>
border-color css
<style>
span { border-color: #CF620F; }
span { border-color: rgb(207,98,15); }
td.TdClassName
{
border-color: #CF620F;
}
.TagClassName
{
border-color: #CF620F;
}
</style>