Shades of Mulberry #CB5588
Tints of Mulberry #CB5588
RGB
CMYK
RGB Variations
Color information
#CB5588 (or 0xCB5588) is known color: Mulberry. HEX triplet: CB, 55 and 88. RGB value is (203,85,136). Sum of RGB (Red+Green+Blue) = 203+85+136=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5588 is #34AA77. Grayscale: #7E7E7E. Windows color (decimal): -3451512 or 8934859. OLE color: 8934859.
HSL color Cylindrical-coordinate representation of color #CB5588: hue angle of 334.07º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB5588 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 85 | 136 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.20 |
| HSL | 334.07º | 0.53% | 0.56% | - |
| HSV(B) | 334.07º | 0.58% | 0.8% | - |
| XYZ | 32.32 | 20.97 | 25.64 | - |
| YUV | 126.1 | 133.59 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 136 | 0 | 0.58 | 0.33 | 0.20 | 334.07 | 0.53 | 0.56 |
| Hex | CB | 55 | 88 | 0 | 3A | 21 | 14 | 14E | 35 | 38 |
| Octal | 313 | 125 | 210 | 0 | 72 | 41 | 24 | 516 | 65 | 70 |
| Binary | 11001011 | 1010101 | 10001000 | 0 | 111010 | 100001 | 10100 | 101001110 | 110101 | 111000 |
Color Harmonies of #CB5588
Complementary color
Monochromatic Colors of #CB5588
Black with #CB5588
Text Example
Text Example
White with #CB5588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5588; }
p { color: rgb(203,85,136); }
H1.HeaderClassName
{
color: #CB5588;
}
.AnyTagClassName
{
color: #CB5588;
}
</style>
background-color css
<style>
a { background-color: #CB5588; }
a { background-color: rgb(203,85,136); }
div.DivClassName
{
background-color: #CB5588;
}
.BgClassName
{
background-color: #CB5588;
}
</style>
border-color css
<style>
span { border-color: #CB5588; }
span { border-color: rgb(203,85,136); }
td.TdClassName
{
border-color: #CB5588;
}
.TagClassName
{
border-color: #CB5588;
}
</style>