Shades of Mulberry #CB548C
Tints of Mulberry #CB548C
RGB
CMYK
RGB Variations
Color information
#CB548C (or 0xCB548C) is known color: Mulberry. HEX triplet: CB, 54 and 8C. RGB value is (203,84,140). Sum of RGB (Red+Green+Blue) = 203+84+140=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB548C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB548C is #34AB73. Grayscale: #7D7D7D. Windows color (decimal): -3451764 or 9196747. OLE color: 9196747.
HSL color Cylindrical-coordinate representation of color #CB548C: hue angle of 331.76º 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 #CB548C is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 84 | 140 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.20 |
| HSL | 331.76º | 0.53% | 0.56% | - |
| HSV(B) | 331.76º | 0.59% | 0.8% | - |
| XYZ | 32.53 | 20.93 | 27.14 | - |
| YUV | 125.97 | 135.92 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 140 | 0 | 0.59 | 0.31 | 0.20 | 331.76 | 0.53 | 0.56 |
| Hex | CB | 54 | 8C | 0 | 3B | 1F | 14 | 14C | 35 | 38 |
| Octal | 313 | 124 | 214 | 0 | 73 | 37 | 24 | 514 | 65 | 70 |
| Binary | 11001011 | 1010100 | 10001100 | 0 | 111011 | 11111 | 10100 | 101001100 | 110101 | 111000 |
Color Harmonies of #CB548C
Complementary color
Monochromatic Colors of #CB548C
Black with #CB548C
Text Example
Text Example
White with #CB548C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB548C; }
p { color: rgb(203,84,140); }
H1.HeaderClassName
{
color: #CB548C;
}
.AnyTagClassName
{
color: #CB548C;
}
</style>
background-color css
<style>
a { background-color: #CB548C; }
a { background-color: rgb(203,84,140); }
div.DivClassName
{
background-color: #CB548C;
}
.BgClassName
{
background-color: #CB548C;
}
</style>
border-color css
<style>
span { border-color: #CB548C; }
span { border-color: rgb(203,84,140); }
td.TdClassName
{
border-color: #CB548C;
}
.TagClassName
{
border-color: #CB548C;
}
</style>