Shades of Mulberry #CB549C
Tints of Mulberry #CB549C
RGB
CMYK
RGB Variations
Color information
#CB549C (or 0xCB549C) is known color: Mulberry. HEX triplet: CB, 54 and 9C. RGB value is (203,84,156). Sum of RGB (Red+Green+Blue) = 203+84+156=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB549C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB549C is #34AB63. Grayscale: #7F7F7F. Windows color (decimal): -3451748 or 10245323. OLE color: 10245323.
HSL color Cylindrical-coordinate representation of color #CB549C: hue angle of 323.7º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB549C is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 84 | 156 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.20 |
| HSL | 323.7º | 0.53% | 0.56% | - |
| HSV(B) | 323.7º | 0.59% | 0.8% | - |
| XYZ | 33.8 | 21.44 | 33.81 | - |
| YUV | 127.79 | 143.92 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 156 | 0 | 0.59 | 0.23 | 0.20 | 323.7 | 0.53 | 0.56 |
| Hex | CB | 54 | 9C | 0 | 3B | 17 | 14 | 144 | 35 | 38 |
| Octal | 313 | 124 | 234 | 0 | 73 | 27 | 24 | 504 | 65 | 70 |
| Binary | 11001011 | 1010100 | 10011100 | 0 | 111011 | 10111 | 10100 | 101000100 | 110101 | 111000 |
Color Harmonies of #CB549C
Complementary color
Monochromatic Colors of #CB549C
Black with #CB549C
Text Example
Text Example
White with #CB549C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB549C; }
p { color: rgb(203,84,156); }
H1.HeaderClassName
{
color: #CB549C;
}
.AnyTagClassName
{
color: #CB549C;
}
</style>
background-color css
<style>
a { background-color: #CB549C; }
a { background-color: rgb(203,84,156); }
div.DivClassName
{
background-color: #CB549C;
}
.BgClassName
{
background-color: #CB549C;
}
</style>
border-color css
<style>
span { border-color: #CB549C; }
span { border-color: rgb(203,84,156); }
td.TdClassName
{
border-color: #CB549C;
}
.TagClassName
{
border-color: #CB549C;
}
</style>