Shades of Chocolate #CF5C21
Tints of Chocolate #CF5C21
RGB
CMYK
RGB Variations
Color information
#CF5C21 (or 0xCF5C21) is known color: Chocolate. HEX triplet: CF, 5C and 21. RGB value is (207,92,33). Sum of RGB (Red+Green+Blue) = 207+92+33=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 33 (13.28% from 255 or 9.94% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5C21 is #30A3DE. Grayscale: #787878. Windows color (decimal): -3187679 or 2186447. OLE color: 2186447.
HSL color Cylindrical-coordinate representation of color #CF5C21: hue angle of 20.34º 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 #CF5C21 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 92 | 33 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.19 |
| HSL | 20.34º | 0.73% | 0.47% | - |
| HSV(B) | 20.34º | 0.84% | 0.81% | - |
| XYZ | 29.83 | 21.03 | 3.93 | - |
| YUV | 119.66 | 79.1 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 92 | 33 | 0 | 0.56 | 0.84 | 0.19 | 20.34 | 0.73 | 0.47 |
| Hex | CF | 5C | 21 | 0 | 38 | 54 | 13 | 14 | 48 | 2F |
| Octal | 317 | 134 | 41 | 0 | 70 | 124 | 23 | 24 | 110 | 57 |
| Binary | 11001111 | 1011100 | 100001 | 0 | 111000 | 1010100 | 10011 | 10100 | 1001000 | 101111 |
Color Harmonies of #CF5C21
Complementary color
Monochromatic Colors of #CF5C21
Black with #CF5C21
Text Example
Text Example
White with #CF5C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5C21; }
p { color: rgb(207,92,33); }
H1.HeaderClassName
{
color: #CF5C21;
}
.AnyTagClassName
{
color: #CF5C21;
}
</style>
background-color css
<style>
a { background-color: #CF5C21; }
a { background-color: rgb(207,92,33); }
div.DivClassName
{
background-color: #CF5C21;
}
.BgClassName
{
background-color: #CF5C21;
}
</style>
border-color css
<style>
span { border-color: #CF5C21; }
span { border-color: rgb(207,92,33); }
td.TdClassName
{
border-color: #CF5C21;
}
.TagClassName
{
border-color: #CF5C21;
}
</style>