Shades of Chocolate #CF6A20
Tints of Chocolate #CF6A20
RGB
CMYK
RGB Variations
Color information
#CF6A20 (or 0xCF6A20) is known color: Chocolate. HEX triplet: CF, 6A and 20. RGB value is (207,106,32). Sum of RGB (Red+Green+Blue) = 207+106+32=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6A20 is #3095DF. Grayscale: #808080. Windows color (decimal): -3184096 or 2124495. OLE color: 2124495.
HSL color Cylindrical-coordinate representation of color #CF6A20: hue angle of 25.37º 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 #CF6A20 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 106 | 32 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.19 |
| HSL | 25.37º | 0.73% | 0.47% | - |
| HSV(B) | 25.37º | 0.85% | 0.81% | - |
| XYZ | 31.15 | 23.68 | 4.3 | - |
| YUV | 127.76 | 73.96 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 106 | 32 | 0 | 0.49 | 0.85 | 0.19 | 25.37 | 0.73 | 0.47 |
| Hex | CF | 6A | 20 | 0 | 31 | 55 | 13 | 19 | 49 | 2F |
| Octal | 317 | 152 | 40 | 0 | 61 | 125 | 23 | 31 | 111 | 57 |
| Binary | 11001111 | 1101010 | 100000 | 0 | 110001 | 1010101 | 10011 | 11001 | 1001001 | 101111 |
Color Harmonies of #CF6A20
Complementary color
Monochromatic Colors of #CF6A20
Black with #CF6A20
Text Example
Text Example
White with #CF6A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6A20; }
p { color: rgb(207,106,32); }
H1.HeaderClassName
{
color: #CF6A20;
}
.AnyTagClassName
{
color: #CF6A20;
}
</style>
background-color css
<style>
a { background-color: #CF6A20; }
a { background-color: rgb(207,106,32); }
div.DivClassName
{
background-color: #CF6A20;
}
.BgClassName
{
background-color: #CF6A20;
}
</style>
border-color css
<style>
span { border-color: #CF6A20; }
span { border-color: rgb(207,106,32); }
td.TdClassName
{
border-color: #CF6A20;
}
.TagClassName
{
border-color: #CF6A20;
}
</style>