Shades of Mulberry #CC56A0
Tints of Mulberry #CC56A0
RGB
CMYK
RGB Variations
Color information
#CC56A0 (or 0xCC56A0) is known color: Mulberry. HEX triplet: CC, 56 and A0. RGB value is (204,86,160). Sum of RGB (Red+Green+Blue) = 204+86+160=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 86 (33.98% from 255 or 19.11% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC56A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC56A0 is #33A95F. Grayscale: #818181. Windows color (decimal): -3385696 or 10507980. OLE color: 10507980.
HSL color Cylindrical-coordinate representation of color #CC56A0: hue angle of 322.37º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC56A0 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 160 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.2 |
| HSL | 322.37º | 0.54% | 0.57% | - |
| HSV(B) | 322.37º | 0.58% | 0.8% | - |
| XYZ | 34.57 | 22.03 | 35.69 | - |
| YUV | 129.72 | 145.09 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 160 | 0 | 0.58 | 0.22 | 0.2 | 322.37 | 0.54 | 0.57 |
| Hex | CC | 56 | A0 | 0 | 3A | 16 | 14 | 142 | 36 | 39 |
| Octal | 314 | 126 | 240 | 0 | 72 | 26 | 24 | 502 | 66 | 71 |
| Binary | 11001100 | 1010110 | 10100000 | 0 | 111010 | 10110 | 10100 | 101000010 | 110110 | 111001 |
Color Harmonies of #CC56A0
Complementary color
Monochromatic Colors of #CC56A0
Black with #CC56A0
Text Example
Text Example
White with #CC56A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC56A0; }
p { color: rgb(204,86,160); }
H1.HeaderClassName
{
color: #CC56A0;
}
.AnyTagClassName
{
color: #CC56A0;
}
</style>
background-color css
<style>
a { background-color: #CC56A0; }
a { background-color: rgb(204,86,160); }
div.DivClassName
{
background-color: #CC56A0;
}
.BgClassName
{
background-color: #CC56A0;
}
</style>
border-color css
<style>
span { border-color: #CC56A0; }
span { border-color: rgb(204,86,160); }
td.TdClassName
{
border-color: #CC56A0;
}
.TagClassName
{
border-color: #CC56A0;
}
</style>