Shades of Mulberry #CC5B9A
Tints of Mulberry #CC5B9A
RGB
CMYK
RGB Variations
Color information
#CC5B9A (or 0xCC5B9A) is known color: Mulberry. HEX triplet: CC, 5B and 9A. RGB value is (204,91,154). Sum of RGB (Red+Green+Blue) = 204+91+154=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5B9A is #33A465. Grayscale: #838383. Windows color (decimal): -3384422 or 10116044. OLE color: 10116044.
HSL color Cylindrical-coordinate representation of color #CC5B9A: hue angle of 326.55º 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 #CC5B9A is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 91 | 154 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.2 |
| HSL | 326.55º | 0.53% | 0.58% | - |
| HSV(B) | 326.55º | 0.55% | 0.8% | - |
| XYZ | 34.48 | 22.65 | 33.13 | - |
| YUV | 131.97 | 140.44 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 154 | 0 | 0.55 | 0.25 | 0.2 | 326.55 | 0.53 | 0.58 |
| Hex | CC | 5B | 9A | 0 | 37 | 19 | 14 | 147 | 35 | 3A |
| Octal | 314 | 133 | 232 | 0 | 67 | 31 | 24 | 507 | 65 | 72 |
| Binary | 11001100 | 1011011 | 10011010 | 0 | 110111 | 11001 | 10100 | 101000111 | 110101 | 111010 |
Color Harmonies of #CC5B9A
Complementary color
Monochromatic Colors of #CC5B9A
Black with #CC5B9A
Text Example
Text Example
White with #CC5B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5B9A; }
p { color: rgb(204,91,154); }
H1.HeaderClassName
{
color: #CC5B9A;
}
.AnyTagClassName
{
color: #CC5B9A;
}
</style>
background-color css
<style>
a { background-color: #CC5B9A; }
a { background-color: rgb(204,91,154); }
div.DivClassName
{
background-color: #CC5B9A;
}
.BgClassName
{
background-color: #CC5B9A;
}
</style>
border-color css
<style>
span { border-color: #CC5B9A; }
span { border-color: rgb(204,91,154); }
td.TdClassName
{
border-color: #CC5B9A;
}
.TagClassName
{
border-color: #CC5B9A;
}
</style>