Shades of Mulberry #CC56A3
Tints of Mulberry #CC56A3
RGB
CMYK
RGB Variations
Color information
#CC56A3 (or 0xCC56A3) is known color: Mulberry. HEX triplet: CC, 56 and A3. RGB value is (204,86,163). Sum of RGB (Red+Green+Blue) = 204+86+163=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 86 (33.98% from 255 or 18.98% from 453); Blue value is 163 (64.06% from 255 or 35.98% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC56A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC56A3 is #33A95C. Grayscale: #818181. Windows color (decimal): -3385693 or 10704588. OLE color: 10704588.
HSL color Cylindrical-coordinate representation of color #CC56A3: hue angle of 320.85º 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 #CC56A3 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 163 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.2 |
| HSL | 320.85º | 0.54% | 0.57% | - |
| HSV(B) | 320.85º | 0.58% | 0.8% | - |
| XYZ | 34.84 | 22.14 | 37.09 | - |
| YUV | 130.06 | 146.59 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 163 | 0 | 0.58 | 0.20 | 0.2 | 320.85 | 0.54 | 0.57 |
| Hex | CC | 56 | A3 | 0 | 3A | 14 | 14 | 141 | 36 | 39 |
| Octal | 314 | 126 | 243 | 0 | 72 | 24 | 24 | 501 | 66 | 71 |
| Binary | 11001100 | 1010110 | 10100011 | 0 | 111010 | 10100 | 10100 | 101000001 | 110110 | 111001 |
Color Harmonies of #CC56A3
Complementary color
Monochromatic Colors of #CC56A3
Black with #CC56A3
Text Example
Text Example
White with #CC56A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC56A3; }
p { color: rgb(204,86,163); }
H1.HeaderClassName
{
color: #CC56A3;
}
.AnyTagClassName
{
color: #CC56A3;
}
</style>
background-color css
<style>
a { background-color: #CC56A3; }
a { background-color: rgb(204,86,163); }
div.DivClassName
{
background-color: #CC56A3;
}
.BgClassName
{
background-color: #CC56A3;
}
</style>
border-color css
<style>
span { border-color: #CC56A3; }
span { border-color: rgb(204,86,163); }
td.TdClassName
{
border-color: #CC56A3;
}
.TagClassName
{
border-color: #CC56A3;
}
</style>