Shades of Chocolate #CC6215
Tints of Chocolate #CC6215
RGB
CMYK
RGB Variations
Color information
#CC6215 (or 0xCC6215) is known color: Chocolate. HEX triplet: CC, 62 and 15. RGB value is (204,98,21). Sum of RGB (Red+Green+Blue) = 204+98+21=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 21 (8.59% from 255 or 6.50% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6215 is #339DEA. Grayscale: #797979. Windows color (decimal): -3382763 or 1401548. OLE color: 1401548.
HSL color Cylindrical-coordinate representation of color #CC6215: hue angle of 25.25º 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 #CC6215 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 21 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.2 |
| HSL | 25.25º | 0.81% | 0.44% | - |
| HSV(B) | 25.25º | 0.9% | 0.8% | - |
| XYZ | 29.4 | 21.63 | 3.33 | - |
| YUV | 120.92 | 71.62 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 21 | 0 | 0.52 | 0.90 | 0.2 | 25.25 | 0.81 | 0.44 |
| Hex | CC | 62 | 15 | 0 | 34 | 5A | 14 | 19 | 51 | 2C |
| Octal | 314 | 142 | 25 | 0 | 64 | 132 | 24 | 31 | 121 | 54 |
| Binary | 11001100 | 1100010 | 10101 | 0 | 110100 | 1011010 | 10100 | 11001 | 1010001 | 101100 |
Color Harmonies of #CC6215
Complementary color
Monochromatic Colors of #CC6215
Black with #CC6215
Text Example
Text Example
White with #CC6215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6215; }
p { color: rgb(204,98,21); }
H1.HeaderClassName
{
color: #CC6215;
}
.AnyTagClassName
{
color: #CC6215;
}
</style>
background-color css
<style>
a { background-color: #CC6215; }
a { background-color: rgb(204,98,21); }
div.DivClassName
{
background-color: #CC6215;
}
.BgClassName
{
background-color: #CC6215;
}
</style>
border-color css
<style>
span { border-color: #CC6215; }
span { border-color: rgb(204,98,21); }
td.TdClassName
{
border-color: #CC6215;
}
.TagClassName
{
border-color: #CC6215;
}
</style>