Shades of Chocolate #CF6C20
Tints of Chocolate #CF6C20
RGB
CMYK
RGB Variations
Color information
#CF6C20 (or 0xCF6C20) is known color: Chocolate. HEX triplet: CF, 6C and 20. RGB value is (207,108,32). Sum of RGB (Red+Green+Blue) = 207+108+32=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 32 (12.89% from 255 or 9.22% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6C20 is #3093DF. Grayscale: #818181. Windows color (decimal): -3183584 or 2125007. OLE color: 2125007.
HSL color Cylindrical-coordinate representation of color #CF6C20: hue angle of 26.06º 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 #CF6C20 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 108 | 32 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.19 |
| HSL | 26.06º | 0.73% | 0.47% | - |
| HSV(B) | 26.06º | 0.85% | 0.81% | - |
| XYZ | 31.36 | 24.09 | 4.36 | - |
| YUV | 128.94 | 73.3 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 108 | 32 | 0 | 0.48 | 0.85 | 0.19 | 26.06 | 0.73 | 0.47 |
| Hex | CF | 6C | 20 | 0 | 30 | 55 | 13 | 1A | 49 | 2F |
| Octal | 317 | 154 | 40 | 0 | 60 | 125 | 23 | 32 | 111 | 57 |
| Binary | 11001111 | 1101100 | 100000 | 0 | 110000 | 1010101 | 10011 | 11010 | 1001001 | 101111 |
Color Harmonies of #CF6C20
Complementary color
Monochromatic Colors of #CF6C20
Black with #CF6C20
Text Example
Text Example
White with #CF6C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6C20; }
p { color: rgb(207,108,32); }
H1.HeaderClassName
{
color: #CF6C20;
}
.AnyTagClassName
{
color: #CF6C20;
}
</style>
background-color css
<style>
a { background-color: #CF6C20; }
a { background-color: rgb(207,108,32); }
div.DivClassName
{
background-color: #CF6C20;
}
.BgClassName
{
background-color: #CF6C20;
}
</style>
border-color css
<style>
span { border-color: #CF6C20; }
span { border-color: rgb(207,108,32); }
td.TdClassName
{
border-color: #CF6C20;
}
.TagClassName
{
border-color: #CF6C20;
}
</style>