Shades of Chocolate #CF6420
Tints of Chocolate #CF6420
RGB
CMYK
RGB Variations
Color information
#CF6420 (or 0xCF6420) is known color: Chocolate. HEX triplet: CF, 64 and 20. RGB value is (207,100,32). Sum of RGB (Red+Green+Blue) = 207+100+32=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 32 (12.89% from 255 or 9.44% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6420 is #309BDF. Grayscale: #7C7C7C. Windows color (decimal): -3185632 or 2122959. OLE color: 2122959.
HSL color Cylindrical-coordinate representation of color #CF6420: hue angle of 23.31º 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 #CF6420 is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 100 | 32 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.19 |
| HSL | 23.31º | 0.73% | 0.47% | - |
| HSV(B) | 23.31º | 0.85% | 0.81% | - |
| XYZ | 30.55 | 22.48 | 4.1 | - |
| YUV | 124.24 | 75.95 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 100 | 32 | 0 | 0.52 | 0.85 | 0.19 | 23.31 | 0.73 | 0.47 |
| Hex | CF | 64 | 20 | 0 | 34 | 55 | 13 | 17 | 49 | 2F |
| Octal | 317 | 144 | 40 | 0 | 64 | 125 | 23 | 27 | 111 | 57 |
| Binary | 11001111 | 1100100 | 100000 | 0 | 110100 | 1010101 | 10011 | 10111 | 1001001 | 101111 |
Color Harmonies of #CF6420
Complementary color
Monochromatic Colors of #CF6420
Black with #CF6420
Text Example
Text Example
White with #CF6420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6420; }
p { color: rgb(207,100,32); }
H1.HeaderClassName
{
color: #CF6420;
}
.AnyTagClassName
{
color: #CF6420;
}
</style>
background-color css
<style>
a { background-color: #CF6420; }
a { background-color: rgb(207,100,32); }
div.DivClassName
{
background-color: #CF6420;
}
.BgClassName
{
background-color: #CF6420;
}
</style>
border-color css
<style>
span { border-color: #CF6420; }
span { border-color: rgb(207,100,32); }
td.TdClassName
{
border-color: #CF6420;
}
.TagClassName
{
border-color: #CF6420;
}
</style>