Shades of Chocolate #CC5E15
Tints of Chocolate #CC5E15
RGB
CMYK
RGB Variations
Color information
#CC5E15 (or 0xCC5E15) is known color: Chocolate. HEX triplet: CC, 5E and 15. RGB value is (204,94,21). Sum of RGB (Red+Green+Blue) = 204+94+21=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5E15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5E15 is #33A1EA. Grayscale: #767676. Windows color (decimal): -3383787 or 1400524. OLE color: 1400524.
HSL color Cylindrical-coordinate representation of color #CC5E15: hue angle of 23.93º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC5E15 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 94 | 21 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.2 |
| HSL | 23.93º | 0.81% | 0.44% | - |
| HSV(B) | 23.93º | 0.9% | 0.8% | - |
| XYZ | 29.04 | 20.9 | 3.21 | - |
| YUV | 118.57 | 72.94 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 94 | 21 | 0 | 0.54 | 0.90 | 0.2 | 23.93 | 0.81 | 0.44 |
| Hex | CC | 5E | 15 | 0 | 36 | 5A | 14 | 18 | 51 | 2C |
| Octal | 314 | 136 | 25 | 0 | 66 | 132 | 24 | 30 | 121 | 54 |
| Binary | 11001100 | 1011110 | 10101 | 0 | 110110 | 1011010 | 10100 | 11000 | 1010001 | 101100 |
Color Harmonies of #CC5E15
Complementary color
Monochromatic Colors of #CC5E15
Black with #CC5E15
Text Example
Text Example
White with #CC5E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5E15; }
p { color: rgb(204,94,21); }
H1.HeaderClassName
{
color: #CC5E15;
}
.AnyTagClassName
{
color: #CC5E15;
}
</style>
background-color css
<style>
a { background-color: #CC5E15; }
a { background-color: rgb(204,94,21); }
div.DivClassName
{
background-color: #CC5E15;
}
.BgClassName
{
background-color: #CC5E15;
}
</style>
border-color css
<style>
span { border-color: #CC5E15; }
span { border-color: rgb(204,94,21); }
td.TdClassName
{
border-color: #CC5E15;
}
.TagClassName
{
border-color: #CC5E15;
}
</style>