Shades of Chocolate #CC6515
Tints of Chocolate #CC6515
RGB
CMYK
RGB Variations
Color information
#CC6515 (or 0xCC6515) is known color: Chocolate. HEX triplet: CC, 65 and 15. RGB value is (204,101,21). Sum of RGB (Red+Green+Blue) = 204+101+21=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6515 is #339AEA. Grayscale: #7B7B7B. Windows color (decimal): -3381995 or 1402316. OLE color: 1402316.
HSL color Cylindrical-coordinate representation of color #CC6515: hue angle of 26.23º 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 #CC6515 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 21 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.2 |
| HSL | 26.23º | 0.81% | 0.44% | - |
| HSV(B) | 26.23º | 0.9% | 0.8% | - |
| XYZ | 29.69 | 22.2 | 3.43 | - |
| YUV | 122.68 | 70.62 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 21 | 0 | 0.50 | 0.90 | 0.2 | 26.23 | 0.81 | 0.44 |
| Hex | CC | 65 | 15 | 0 | 32 | 5A | 14 | 1A | 51 | 2C |
| Octal | 314 | 145 | 25 | 0 | 62 | 132 | 24 | 32 | 121 | 54 |
| Binary | 11001100 | 1100101 | 10101 | 0 | 110010 | 1011010 | 10100 | 11010 | 1010001 | 101100 |
Color Harmonies of #CC6515
Complementary color
Monochromatic Colors of #CC6515
Black with #CC6515
Text Example
Text Example
White with #CC6515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6515; }
p { color: rgb(204,101,21); }
H1.HeaderClassName
{
color: #CC6515;
}
.AnyTagClassName
{
color: #CC6515;
}
</style>
background-color css
<style>
a { background-color: #CC6515; }
a { background-color: rgb(204,101,21); }
div.DivClassName
{
background-color: #CC6515;
}
.BgClassName
{
background-color: #CC6515;
}
</style>
border-color css
<style>
span { border-color: #CC6515; }
span { border-color: rgb(204,101,21); }
td.TdClassName
{
border-color: #CC6515;
}
.TagClassName
{
border-color: #CC6515;
}
</style>