Shades of Chocolate #CF6A21
Tints of Chocolate #CF6A21
RGB
CMYK
RGB Variations
Color information
#CF6A21 (or 0xCF6A21) is known color: Chocolate. HEX triplet: CF, 6A and 21. RGB value is (207,106,33). Sum of RGB (Red+Green+Blue) = 207+106+33=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 33 (13.28% from 255 or 9.54% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6A21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6A21 is #3095DE. Grayscale: #808080. Windows color (decimal): -3184095 or 2190031. OLE color: 2190031.
HSL color Cylindrical-coordinate representation of color #CF6A21: hue angle of 25.17º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF6A21 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 106 | 33 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.19 |
| HSL | 25.17º | 0.73% | 0.47% | - |
| HSV(B) | 25.17º | 0.84% | 0.81% | - |
| XYZ | 31.16 | 23.68 | 4.37 | - |
| YUV | 127.88 | 74.46 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 106 | 33 | 0 | 0.49 | 0.84 | 0.19 | 25.17 | 0.73 | 0.47 |
| Hex | CF | 6A | 21 | 0 | 31 | 54 | 13 | 19 | 48 | 2F |
| Octal | 317 | 152 | 41 | 0 | 61 | 124 | 23 | 31 | 110 | 57 |
| Binary | 11001111 | 1101010 | 100001 | 0 | 110001 | 1010100 | 10011 | 11001 | 1001000 | 101111 |
Color Harmonies of #CF6A21
Complementary color
Monochromatic Colors of #CF6A21
Black with #CF6A21
Text Example
Text Example
White with #CF6A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6A21; }
p { color: rgb(207,106,33); }
H1.HeaderClassName
{
color: #CF6A21;
}
.AnyTagClassName
{
color: #CF6A21;
}
</style>
background-color css
<style>
a { background-color: #CF6A21; }
a { background-color: rgb(207,106,33); }
div.DivClassName
{
background-color: #CF6A21;
}
.BgClassName
{
background-color: #CF6A21;
}
</style>
border-color css
<style>
span { border-color: #CF6A21; }
span { border-color: rgb(207,106,33); }
td.TdClassName
{
border-color: #CF6A21;
}
.TagClassName
{
border-color: #CF6A21;
}
</style>