Shades of Chocolate #CC6528
Tints of Chocolate #CC6528
RGB
CMYK
RGB Variations
Color information
#CC6528 (or 0xCC6528) is known color: Chocolate. HEX triplet: CC, 65 and 28. RGB value is (204,101,40). Sum of RGB (Red+Green+Blue) = 204+101+40=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6528 is #339AD7. Grayscale: #7D7D7D. Windows color (decimal): -3381976 or 2647500. OLE color: 2647500.
HSL color Cylindrical-coordinate representation of color #CC6528: hue angle of 22.32º 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 #CC6528 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 40 | - |
| CMYK | 0 | 0.50 | 0.80 | 0.2 |
| HSL | 22.32º | 0.67% | 0.48% | - |
| HSV(B) | 22.32º | 0.8% | 0.8% | - |
| XYZ | 29.94 | 22.3 | 4.73 | - |
| YUV | 124.84 | 80.12 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 40 | 0 | 0.50 | 0.80 | 0.2 | 22.32 | 0.67 | 0.48 |
| Hex | CC | 65 | 28 | 0 | 32 | 50 | 14 | 16 | 43 | 30 |
| Octal | 314 | 145 | 50 | 0 | 62 | 120 | 24 | 26 | 103 | 60 |
| Binary | 11001100 | 1100101 | 101000 | 0 | 110010 | 1010000 | 10100 | 10110 | 1000011 | 110000 |
Color Harmonies of #CC6528
Complementary color
Monochromatic Colors of #CC6528
Black with #CC6528
Text Example
Text Example
White with #CC6528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6528; }
p { color: rgb(204,101,40); }
H1.HeaderClassName
{
color: #CC6528;
}
.AnyTagClassName
{
color: #CC6528;
}
</style>
background-color css
<style>
a { background-color: #CC6528; }
a { background-color: rgb(204,101,40); }
div.DivClassName
{
background-color: #CC6528;
}
.BgClassName
{
background-color: #CC6528;
}
</style>
border-color css
<style>
span { border-color: #CC6528; }
span { border-color: rgb(204,101,40); }
td.TdClassName
{
border-color: #CC6528;
}
.TagClassName
{
border-color: #CC6528;
}
</style>