Shades of Chocolate #CF5E21
Tints of Chocolate #CF5E21
RGB
CMYK
RGB Variations
Color information
#CF5E21 (or 0xCF5E21) is known color: Chocolate. HEX triplet: CF, 5E and 21. RGB value is (207,94,33). Sum of RGB (Red+Green+Blue) = 207+94+33=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 33 (13.28% from 255 or 9.88% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5E21 is #30A1DE. Grayscale: #797979. Windows color (decimal): -3187167 or 2186959. OLE color: 2186959.
HSL color Cylindrical-coordinate representation of color #CF5E21: hue angle of 21.03º 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 #CF5E21 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 94 | 33 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.19 |
| HSL | 21.03º | 0.73% | 0.47% | - |
| HSV(B) | 21.03º | 0.84% | 0.81% | - |
| XYZ | 30.01 | 21.38 | 3.98 | - |
| YUV | 120.83 | 78.44 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 94 | 33 | 0 | 0.55 | 0.84 | 0.19 | 21.03 | 0.73 | 0.47 |
| Hex | CF | 5E | 21 | 0 | 37 | 54 | 13 | 15 | 48 | 2F |
| Octal | 317 | 136 | 41 | 0 | 67 | 124 | 23 | 25 | 110 | 57 |
| Binary | 11001111 | 1011110 | 100001 | 0 | 110111 | 1010100 | 10011 | 10101 | 1001000 | 101111 |
Color Harmonies of #CF5E21
Complementary color
Monochromatic Colors of #CF5E21
Black with #CF5E21
Text Example
Text Example
White with #CF5E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5E21; }
p { color: rgb(207,94,33); }
H1.HeaderClassName
{
color: #CF5E21;
}
.AnyTagClassName
{
color: #CF5E21;
}
</style>
background-color css
<style>
a { background-color: #CF5E21; }
a { background-color: rgb(207,94,33); }
div.DivClassName
{
background-color: #CF5E21;
}
.BgClassName
{
background-color: #CF5E21;
}
</style>
border-color css
<style>
span { border-color: #CF5E21; }
span { border-color: rgb(207,94,33); }
td.TdClassName
{
border-color: #CF5E21;
}
.TagClassName
{
border-color: #CF5E21;
}
</style>