Shades of Chocolate #CF5F20
Tints of Chocolate #CF5F20
RGB
CMYK
RGB Variations
Color information
#CF5F20 (or 0xCF5F20) is known color: Chocolate. HEX triplet: CF, 5F and 20. RGB value is (207,95,32). Sum of RGB (Red+Green+Blue) = 207+95+32=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 32 (12.89% from 255 or 9.58% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5F20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5F20 is #30A0DF. Grayscale: #797979. Windows color (decimal): -3186912 or 2121679. OLE color: 2121679.
HSL color Cylindrical-coordinate representation of color #CF5F20: hue angle of 21.6º 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 #CF5F20 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 95 | 32 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.19 |
| HSL | 21.6º | 0.73% | 0.47% | - |
| HSV(B) | 21.6º | 0.85% | 0.81% | - |
| XYZ | 30.09 | 21.55 | 3.94 | - |
| YUV | 121.31 | 77.61 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 95 | 32 | 0 | 0.54 | 0.85 | 0.19 | 21.6 | 0.73 | 0.47 |
| Hex | CF | 5F | 20 | 0 | 36 | 55 | 13 | 16 | 49 | 2F |
| Octal | 317 | 137 | 40 | 0 | 66 | 125 | 23 | 26 | 111 | 57 |
| Binary | 11001111 | 1011111 | 100000 | 0 | 110110 | 1010101 | 10011 | 10110 | 1001001 | 101111 |
Color Harmonies of #CF5F20
Complementary color
Monochromatic Colors of #CF5F20
Black with #CF5F20
Text Example
Text Example
White with #CF5F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5F20; }
p { color: rgb(207,95,32); }
H1.HeaderClassName
{
color: #CF5F20;
}
.AnyTagClassName
{
color: #CF5F20;
}
</style>
background-color css
<style>
a { background-color: #CF5F20; }
a { background-color: rgb(207,95,32); }
div.DivClassName
{
background-color: #CF5F20;
}
.BgClassName
{
background-color: #CF5F20;
}
</style>
border-color css
<style>
span { border-color: #CF5F20; }
span { border-color: rgb(207,95,32); }
td.TdClassName
{
border-color: #CF5F20;
}
.TagClassName
{
border-color: #CF5F20;
}
</style>