Shades of Chocolate #CF6220
Tints of Chocolate #CF6220
RGB
CMYK
RGB Variations
Color information
#CF6220 (or 0xCF6220) is known color: Chocolate. HEX triplet: CF, 62 and 20. RGB value is (207,98,32). Sum of RGB (Red+Green+Blue) = 207+98+32=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6220 is #309DDF. Grayscale: #7B7B7B. Windows color (decimal): -3186144 or 2122447. OLE color: 2122447.
HSL color Cylindrical-coordinate representation of color #CF6220: hue angle of 22.63º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF6220 is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 32 | - |
| CMYK | 0 | 0.53 | 0.85 | 0.19 |
| HSL | 22.63º | 0.73% | 0.47% | - |
| HSV(B) | 22.63º | 0.85% | 0.81% | - |
| XYZ | 30.36 | 22.11 | 4.03 | - |
| YUV | 123.07 | 76.61 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 32 | 0 | 0.53 | 0.85 | 0.19 | 22.63 | 0.73 | 0.47 |
| Hex | CF | 62 | 20 | 0 | 35 | 55 | 13 | 17 | 49 | 2F |
| Octal | 317 | 142 | 40 | 0 | 65 | 125 | 23 | 27 | 111 | 57 |
| Binary | 11001111 | 1100010 | 100000 | 0 | 110101 | 1010101 | 10011 | 10111 | 1001001 | 101111 |
Color Harmonies of #CF6220
Complementary color
Monochromatic Colors of #CF6220
Black with #CF6220
Text Example
Text Example
White with #CF6220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6220; }
p { color: rgb(207,98,32); }
H1.HeaderClassName
{
color: #CF6220;
}
.AnyTagClassName
{
color: #CF6220;
}
</style>
background-color css
<style>
a { background-color: #CF6220; }
a { background-color: rgb(207,98,32); }
div.DivClassName
{
background-color: #CF6220;
}
.BgClassName
{
background-color: #CF6220;
}
</style>
border-color css
<style>
span { border-color: #CF6220; }
span { border-color: rgb(207,98,32); }
td.TdClassName
{
border-color: #CF6220;
}
.TagClassName
{
border-color: #CF6220;
}
</style>