Shades of Mulberry #CC5BA8
Tints of Mulberry #CC5BA8
RGB
CMYK
RGB Variations
Color information
#CC5BA8 (or 0xCC5BA8) is known color: Mulberry. HEX triplet: CC, 5B and A8. RGB value is (204,91,168). Sum of RGB (Red+Green+Blue) = 204+91+168=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 91 (35.94% from 255 or 19.65% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5BA8 is #33A457. Grayscale: #858585. Windows color (decimal): -3384408 or 11033548. OLE color: 11033548.
HSL color Cylindrical-coordinate representation of color #CC5BA8: hue angle of 319.12º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC5BA8 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 91 | 168 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.2 |
| HSL | 319.12º | 0.53% | 0.58% | - |
| HSV(B) | 319.12º | 0.55% | 0.8% | - |
| XYZ | 35.71 | 23.15 | 39.63 | - |
| YUV | 133.57 | 147.44 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 168 | 0 | 0.55 | 0.18 | 0.2 | 319.12 | 0.53 | 0.58 |
| Hex | CC | 5B | A8 | 0 | 37 | 12 | 14 | 13F | 35 | 3A |
| Octal | 314 | 133 | 250 | 0 | 67 | 22 | 24 | 477 | 65 | 72 |
| Binary | 11001100 | 1011011 | 10101000 | 0 | 110111 | 10010 | 10100 | 100111111 | 110101 | 111010 |
Color Harmonies of #CC5BA8
Complementary color
Monochromatic Colors of #CC5BA8
Black with #CC5BA8
Text Example
Text Example
White with #CC5BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5BA8; }
p { color: rgb(204,91,168); }
H1.HeaderClassName
{
color: #CC5BA8;
}
.AnyTagClassName
{
color: #CC5BA8;
}
</style>
background-color css
<style>
a { background-color: #CC5BA8; }
a { background-color: rgb(204,91,168); }
div.DivClassName
{
background-color: #CC5BA8;
}
.BgClassName
{
background-color: #CC5BA8;
}
</style>
border-color css
<style>
span { border-color: #CC5BA8; }
span { border-color: rgb(204,91,168); }
td.TdClassName
{
border-color: #CC5BA8;
}
.TagClassName
{
border-color: #CC5BA8;
}
</style>