Shades of Mulberry #CC5A88
Tints of Mulberry #CC5A88
RGB
CMYK
RGB Variations
Color information
#CC5A88 (or 0xCC5A88) is known color: Mulberry. HEX triplet: CC, 5A and 88. RGB value is (204,90,136). Sum of RGB (Red+Green+Blue) = 204+90+136=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5A88 is #33A577. Grayscale: #818181. Windows color (decimal): -3384696 or 8936140. OLE color: 8936140.
HSL color Cylindrical-coordinate representation of color #CC5A88: hue angle of 335.79º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5A88 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 90 | 136 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.2 |
| HSL | 335.79º | 0.53% | 0.58% | - |
| HSV(B) | 335.79º | 0.56% | 0.8% | - |
| XYZ | 33 | 21.93 | 25.79 | - |
| YUV | 129.33 | 131.77 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 136 | 0 | 0.56 | 0.33 | 0.2 | 335.79 | 0.53 | 0.58 |
| Hex | CC | 5A | 88 | 0 | 38 | 21 | 14 | 150 | 35 | 3A |
| Octal | 314 | 132 | 210 | 0 | 70 | 41 | 24 | 520 | 65 | 72 |
| Binary | 11001100 | 1011010 | 10001000 | 0 | 111000 | 100001 | 10100 | 101010000 | 110101 | 111010 |
Color Harmonies of #CC5A88
Complementary color
Monochromatic Colors of #CC5A88
Black with #CC5A88
Text Example
Text Example
White with #CC5A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5A88; }
p { color: rgb(204,90,136); }
H1.HeaderClassName
{
color: #CC5A88;
}
.AnyTagClassName
{
color: #CC5A88;
}
</style>
background-color css
<style>
a { background-color: #CC5A88; }
a { background-color: rgb(204,90,136); }
div.DivClassName
{
background-color: #CC5A88;
}
.BgClassName
{
background-color: #CC5A88;
}
</style>
border-color css
<style>
span { border-color: #CC5A88; }
span { border-color: rgb(204,90,136); }
td.TdClassName
{
border-color: #CC5A88;
}
.TagClassName
{
border-color: #CC5A88;
}
</style>