Shades of Mulberry #CC5B8A
Tints of Mulberry #CC5B8A
RGB
CMYK
RGB Variations
Color information
#CC5B8A (or 0xCC5B8A) is known color: Mulberry. HEX triplet: CC, 5B and 8A. RGB value is (204,91,138). Sum of RGB (Red+Green+Blue) = 204+91+138=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5B8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5B8A is #33A475. Grayscale: #828282. Windows color (decimal): -3384438 or 9067468. OLE color: 9067468.
HSL color Cylindrical-coordinate representation of color #CC5B8A: hue angle of 335.04º 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 #CC5B8A is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 91 | 138 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.2 |
| HSL | 335.04º | 0.53% | 0.58% | - |
| HSV(B) | 335.04º | 0.55% | 0.8% | - |
| XYZ | 33.23 | 22.15 | 26.57 | - |
| YUV | 130.15 | 132.44 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 138 | 0 | 0.55 | 0.32 | 0.2 | 335.04 | 0.53 | 0.58 |
| Hex | CC | 5B | 8A | 0 | 37 | 20 | 14 | 14F | 35 | 3A |
| Octal | 314 | 133 | 212 | 0 | 67 | 40 | 24 | 517 | 65 | 72 |
| Binary | 11001100 | 1011011 | 10001010 | 0 | 110111 | 100000 | 10100 | 101001111 | 110101 | 111010 |
Color Harmonies of #CC5B8A
Complementary color
Monochromatic Colors of #CC5B8A
Black with #CC5B8A
Text Example
Text Example
White with #CC5B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5B8A; }
p { color: rgb(204,91,138); }
H1.HeaderClassName
{
color: #CC5B8A;
}
.AnyTagClassName
{
color: #CC5B8A;
}
</style>
background-color css
<style>
a { background-color: #CC5B8A; }
a { background-color: rgb(204,91,138); }
div.DivClassName
{
background-color: #CC5B8A;
}
.BgClassName
{
background-color: #CC5B8A;
}
</style>
border-color css
<style>
span { border-color: #CC5B8A; }
span { border-color: rgb(204,91,138); }
td.TdClassName
{
border-color: #CC5B8A;
}
.TagClassName
{
border-color: #CC5B8A;
}
</style>