Shades of Mulberry #CC5A89
Tints of Mulberry #CC5A89
RGB
CMYK
RGB Variations
Color information
#CC5A89 (or 0xCC5A89) is known color: Mulberry. HEX triplet: CC, 5A and 89. RGB value is (204,90,137). Sum of RGB (Red+Green+Blue) = 204+90+137=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 137 (53.91% from 255 or 31.79% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5A89 is #33A576. Grayscale: #818181. Windows color (decimal): -3384695 or 9001676. OLE color: 9001676.
HSL color Cylindrical-coordinate representation of color #CC5A89: hue angle of 335.26º 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 #CC5A89 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 90 | 137 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.2 |
| HSL | 335.26º | 0.53% | 0.58% | - |
| HSV(B) | 335.26º | 0.56% | 0.8% | - |
| XYZ | 33.07 | 21.96 | 26.16 | - |
| YUV | 129.44 | 132.27 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 137 | 0 | 0.56 | 0.33 | 0.2 | 335.26 | 0.53 | 0.58 |
| Hex | CC | 5A | 89 | 0 | 38 | 21 | 14 | 14F | 35 | 3A |
| Octal | 314 | 132 | 211 | 0 | 70 | 41 | 24 | 517 | 65 | 72 |
| Binary | 11001100 | 1011010 | 10001001 | 0 | 111000 | 100001 | 10100 | 101001111 | 110101 | 111010 |
Color Harmonies of #CC5A89
Complementary color
Monochromatic Colors of #CC5A89
Black with #CC5A89
Text Example
Text Example
White with #CC5A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5A89; }
p { color: rgb(204,90,137); }
H1.HeaderClassName
{
color: #CC5A89;
}
.AnyTagClassName
{
color: #CC5A89;
}
</style>
background-color css
<style>
a { background-color: #CC5A89; }
a { background-color: rgb(204,90,137); }
div.DivClassName
{
background-color: #CC5A89;
}
.BgClassName
{
background-color: #CC5A89;
}
</style>
border-color css
<style>
span { border-color: #CC5A89; }
span { border-color: rgb(204,90,137); }
td.TdClassName
{
border-color: #CC5A89;
}
.TagClassName
{
border-color: #CC5A89;
}
</style>