Shades of Chocolate #CC6728
Tints of Chocolate #CC6728
RGB
CMYK
RGB Variations
Color information
#CC6728 (or 0xCC6728) is known color: Chocolate. HEX triplet: CC, 67 and 28. RGB value is (204,103,40). Sum of RGB (Red+Green+Blue) = 204+103+40=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6728 is #3398D7. Grayscale: #7E7E7E. Windows color (decimal): -3381464 or 2648012. OLE color: 2648012.
HSL color Cylindrical-coordinate representation of color #CC6728: hue angle of 23.05º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC6728 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 103 | 40 | - |
| CMYK | 0 | 0.50 | 0.80 | 0.2 |
| HSL | 23.05º | 0.67% | 0.48% | - |
| HSV(B) | 23.05º | 0.8% | 0.8% | - |
| XYZ | 30.14 | 22.69 | 4.8 | - |
| YUV | 126.02 | 79.46 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 40 | 0 | 0.50 | 0.80 | 0.2 | 23.05 | 0.67 | 0.48 |
| Hex | CC | 67 | 28 | 0 | 32 | 50 | 14 | 17 | 43 | 30 |
| Octal | 314 | 147 | 50 | 0 | 62 | 120 | 24 | 27 | 103 | 60 |
| Binary | 11001100 | 1100111 | 101000 | 0 | 110010 | 1010000 | 10100 | 10111 | 1000011 | 110000 |
Color Harmonies of #CC6728
Complementary color
Monochromatic Colors of #CC6728
Black with #CC6728
Text Example
Text Example
White with #CC6728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6728; }
p { color: rgb(204,103,40); }
H1.HeaderClassName
{
color: #CC6728;
}
.AnyTagClassName
{
color: #CC6728;
}
</style>
background-color css
<style>
a { background-color: #CC6728; }
a { background-color: rgb(204,103,40); }
div.DivClassName
{
background-color: #CC6728;
}
.BgClassName
{
background-color: #CC6728;
}
</style>
border-color css
<style>
span { border-color: #CC6728; }
span { border-color: rgb(204,103,40); }
td.TdClassName
{
border-color: #CC6728;
}
.TagClassName
{
border-color: #CC6728;
}
</style>