Shades of Mulberry #CB5087
Tints of Mulberry #CB5087
RGB
CMYK
RGB Variations
Color information
#CB5087 (or 0xCB5087) is known color: Mulberry. HEX triplet: CB, 50 and 87. RGB value is (203,80,135). Sum of RGB (Red+Green+Blue) = 203+80+135=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5087 is #34AF78. Grayscale: #7A7A7A. Windows color (decimal): -3452793 or 8868043. OLE color: 8868043.
HSL color Cylindrical-coordinate representation of color #CB5087: hue angle of 333.17º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB5087 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 135 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.20 |
| HSL | 333.17º | 0.54% | 0.55% | - |
| HSV(B) | 333.17º | 0.61% | 0.8% | - |
| XYZ | 31.87 | 20.18 | 25.14 | - |
| YUV | 123.05 | 134.75 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 135 | 0 | 0.61 | 0.33 | 0.20 | 333.17 | 0.54 | 0.55 |
| Hex | CB | 50 | 87 | 0 | 3D | 21 | 14 | 14D | 36 | 37 |
| Octal | 313 | 120 | 207 | 0 | 75 | 41 | 24 | 515 | 66 | 67 |
| Binary | 11001011 | 1010000 | 10000111 | 0 | 111101 | 100001 | 10100 | 101001101 | 110110 | 110111 |
Color Harmonies of #CB5087
Complementary color
Monochromatic Colors of #CB5087
Black with #CB5087
Text Example
Text Example
White with #CB5087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5087; }
p { color: rgb(203,80,135); }
H1.HeaderClassName
{
color: #CB5087;
}
.AnyTagClassName
{
color: #CB5087;
}
</style>
background-color css
<style>
a { background-color: #CB5087; }
a { background-color: rgb(203,80,135); }
div.DivClassName
{
background-color: #CB5087;
}
.BgClassName
{
background-color: #CB5087;
}
</style>
border-color css
<style>
span { border-color: #CB5087; }
span { border-color: rgb(203,80,135); }
td.TdClassName
{
border-color: #CB5087;
}
.TagClassName
{
border-color: #CB5087;
}
</style>