Shades of Mulberry #CB5088
Tints of Mulberry #CB5088
RGB
CMYK
RGB Variations
Color information
#CB5088 (or 0xCB5088) is known color: Mulberry. HEX triplet: CB, 50 and 88. RGB value is (203,80,136). Sum of RGB (Red+Green+Blue) = 203+80+136=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5088 is #34AF77. Grayscale: #7B7B7B. Windows color (decimal): -3452792 or 8933579. OLE color: 8933579.
HSL color Cylindrical-coordinate representation of color #CB5088: hue angle of 332.68º 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 #CB5088 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 136 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.20 |
| HSL | 332.68º | 0.54% | 0.55% | - |
| HSV(B) | 332.68º | 0.61% | 0.8% | - |
| XYZ | 31.94 | 20.21 | 25.51 | - |
| YUV | 123.16 | 135.25 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 136 | 0 | 0.61 | 0.33 | 0.20 | 332.68 | 0.54 | 0.55 |
| Hex | CB | 50 | 88 | 0 | 3D | 21 | 14 | 14D | 36 | 37 |
| Octal | 313 | 120 | 210 | 0 | 75 | 41 | 24 | 515 | 66 | 67 |
| Binary | 11001011 | 1010000 | 10001000 | 0 | 111101 | 100001 | 10100 | 101001101 | 110110 | 110111 |
Color Harmonies of #CB5088
Complementary color
Monochromatic Colors of #CB5088
Black with #CB5088
Text Example
Text Example
White with #CB5088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5088; }
p { color: rgb(203,80,136); }
H1.HeaderClassName
{
color: #CB5088;
}
.AnyTagClassName
{
color: #CB5088;
}
</style>
background-color css
<style>
a { background-color: #CB5088; }
a { background-color: rgb(203,80,136); }
div.DivClassName
{
background-color: #CB5088;
}
.BgClassName
{
background-color: #CB5088;
}
</style>
border-color css
<style>
span { border-color: #CB5088; }
span { border-color: rgb(203,80,136); }
td.TdClassName
{
border-color: #CB5088;
}
.TagClassName
{
border-color: #CB5088;
}
</style>