Shades of Chocolate #CC6A1C
Tints of Chocolate #CC6A1C
RGB
CMYK
RGB Variations
Color information
#CC6A1C (or 0xCC6A1C) is known color: Chocolate. HEX triplet: CC, 6A and 1C. RGB value is (204,106,28). Sum of RGB (Red+Green+Blue) = 204+106+28=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6A1C is #3395E3. Grayscale: #7E7E7E. Windows color (decimal): -3380708 or 1862348. OLE color: 1862348.
HSL color Cylindrical-coordinate representation of color #CC6A1C: hue angle of 26.59º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC6A1C is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 106 | 28 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.2 |
| HSL | 26.59º | 0.76% | 0.45% | - |
| HSV(B) | 26.59º | 0.86% | 0.8% | - |
| XYZ | 30.27 | 23.23 | 3.99 | - |
| YUV | 126.41 | 72.47 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 106 | 28 | 0 | 0.48 | 0.86 | 0.2 | 26.59 | 0.76 | 0.45 |
| Hex | CC | 6A | 1C | 0 | 30 | 56 | 14 | 1B | 4C | 2D |
| Octal | 314 | 152 | 34 | 0 | 60 | 126 | 24 | 33 | 114 | 55 |
| Binary | 11001100 | 1101010 | 11100 | 0 | 110000 | 1010110 | 10100 | 11011 | 1001100 | 101101 |
Color Harmonies of #CC6A1C
Complementary color
Monochromatic Colors of #CC6A1C
Black with #CC6A1C
Text Example
Text Example
White with #CC6A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6A1C; }
p { color: rgb(204,106,28); }
H1.HeaderClassName
{
color: #CC6A1C;
}
.AnyTagClassName
{
color: #CC6A1C;
}
</style>
background-color css
<style>
a { background-color: #CC6A1C; }
a { background-color: rgb(204,106,28); }
div.DivClassName
{
background-color: #CC6A1C;
}
.BgClassName
{
background-color: #CC6A1C;
}
</style>
border-color css
<style>
span { border-color: #CC6A1C; }
span { border-color: rgb(204,106,28); }
td.TdClassName
{
border-color: #CC6A1C;
}
.TagClassName
{
border-color: #CC6A1C;
}
</style>