Shades of Chocolate #CF6520
Tints of Chocolate #CF6520
RGB
CMYK
RGB Variations
Color information
#CF6520 (or 0xCF6520) is known color: Chocolate. HEX triplet: CF, 65 and 20. RGB value is (207,101,32). Sum of RGB (Red+Green+Blue) = 207+101+32=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 32 (12.89% from 255 or 9.41% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6520 is #309ADF. Grayscale: #7D7D7D. Windows color (decimal): -3185376 or 2123215. OLE color: 2123215.
HSL color Cylindrical-coordinate representation of color #CF6520: hue angle of 23.66º 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 #CF6520 is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 32 | - |
| CMYK | 0 | 0.51 | 0.85 | 0.19 |
| HSL | 23.66º | 0.73% | 0.47% | - |
| HSV(B) | 23.66º | 0.85% | 0.81% | - |
| XYZ | 30.65 | 22.68 | 4.13 | - |
| YUV | 124.83 | 75.62 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 32 | 0 | 0.51 | 0.85 | 0.19 | 23.66 | 0.73 | 0.47 |
| Hex | CF | 65 | 20 | 0 | 33 | 55 | 13 | 18 | 49 | 2F |
| Octal | 317 | 145 | 40 | 0 | 63 | 125 | 23 | 30 | 111 | 57 |
| Binary | 11001111 | 1100101 | 100000 | 0 | 110011 | 1010101 | 10011 | 11000 | 1001001 | 101111 |
Color Harmonies of #CF6520
Complementary color
Monochromatic Colors of #CF6520
Black with #CF6520
Text Example
Text Example
White with #CF6520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6520; }
p { color: rgb(207,101,32); }
H1.HeaderClassName
{
color: #CF6520;
}
.AnyTagClassName
{
color: #CF6520;
}
</style>
background-color css
<style>
a { background-color: #CF6520; }
a { background-color: rgb(207,101,32); }
div.DivClassName
{
background-color: #CF6520;
}
.BgClassName
{
background-color: #CF6520;
}
</style>
border-color css
<style>
span { border-color: #CF6520; }
span { border-color: rgb(207,101,32); }
td.TdClassName
{
border-color: #CF6520;
}
.TagClassName
{
border-color: #CF6520;
}
</style>