Shades of Chocolate #CC6414
Tints of Chocolate #CC6414
RGB
CMYK
RGB Variations
Color information
#CC6414 (or 0xCC6414) is known color: Chocolate. HEX triplet: CC, 64 and 14. RGB value is (204,100,20). Sum of RGB (Red+Green+Blue) = 204+100+20=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6414 is #339BEB. Grayscale: #7A7A7A. Windows color (decimal): -3382252 or 1336524. OLE color: 1336524.
HSL color Cylindrical-coordinate representation of color #CC6414: hue angle of 26.09º degrees, saturation: 0.82, 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 #CC6414 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 20 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.2 |
| HSL | 26.09º | 0.82% | 0.44% | - |
| HSV(B) | 26.09º | 0.9% | 0.8% | - |
| XYZ | 29.59 | 22 | 3.35 | - |
| YUV | 121.98 | 70.46 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 20 | 0 | 0.51 | 0.90 | 0.2 | 26.09 | 0.82 | 0.44 |
| Hex | CC | 64 | 14 | 0 | 33 | 5A | 14 | 1A | 52 | 2C |
| Octal | 314 | 144 | 24 | 0 | 63 | 132 | 24 | 32 | 122 | 54 |
| Binary | 11001100 | 1100100 | 10100 | 0 | 110011 | 1011010 | 10100 | 11010 | 1010010 | 101100 |
Color Harmonies of #CC6414
Complementary color
Monochromatic Colors of #CC6414
Black with #CC6414
Text Example
Text Example
White with #CC6414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6414; }
p { color: rgb(204,100,20); }
H1.HeaderClassName
{
color: #CC6414;
}
.AnyTagClassName
{
color: #CC6414;
}
</style>
background-color css
<style>
a { background-color: #CC6414; }
a { background-color: rgb(204,100,20); }
div.DivClassName
{
background-color: #CC6414;
}
.BgClassName
{
background-color: #CC6414;
}
</style>
border-color css
<style>
span { border-color: #CC6414; }
span { border-color: rgb(204,100,20); }
td.TdClassName
{
border-color: #CC6414;
}
.TagClassName
{
border-color: #CC6414;
}
</style>