Shades of Chocolate #CC6415
Tints of Chocolate #CC6415
RGB
CMYK
RGB Variations
Color information
#CC6415 (or 0xCC6415) is known color: Chocolate. HEX triplet: CC, 64 and 15. RGB value is (204,100,21). Sum of RGB (Red+Green+Blue) = 204+100+21=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 21 (8.59% from 255 or 6.46% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6415 is #339BEA. Grayscale: #7A7A7A. Windows color (decimal): -3382251 or 1402060. OLE color: 1402060.
HSL color Cylindrical-coordinate representation of color #CC6415: hue angle of 25.9º 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 #CC6415 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 21 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.2 |
| HSL | 25.9º | 0.81% | 0.44% | - |
| HSV(B) | 25.9º | 0.9% | 0.8% | - |
| XYZ | 29.59 | 22.01 | 3.4 | - |
| YUV | 122.09 | 70.96 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 21 | 0 | 0.51 | 0.90 | 0.2 | 25.9 | 0.81 | 0.44 |
| Hex | CC | 64 | 15 | 0 | 33 | 5A | 14 | 1A | 51 | 2C |
| Octal | 314 | 144 | 25 | 0 | 63 | 132 | 24 | 32 | 121 | 54 |
| Binary | 11001100 | 1100100 | 10101 | 0 | 110011 | 1011010 | 10100 | 11010 | 1010001 | 101100 |
Color Harmonies of #CC6415
Complementary color
Monochromatic Colors of #CC6415
Black with #CC6415
Text Example
Text Example
White with #CC6415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6415; }
p { color: rgb(204,100,21); }
H1.HeaderClassName
{
color: #CC6415;
}
.AnyTagClassName
{
color: #CC6415;
}
</style>
background-color css
<style>
a { background-color: #CC6415; }
a { background-color: rgb(204,100,21); }
div.DivClassName
{
background-color: #CC6415;
}
.BgClassName
{
background-color: #CC6415;
}
</style>
border-color css
<style>
span { border-color: #CC6415; }
span { border-color: rgb(204,100,21); }
td.TdClassName
{
border-color: #CC6415;
}
.TagClassName
{
border-color: #CC6415;
}
</style>