Shades of Mulberry #CB5090
Tints of Mulberry #CB5090
RGB
CMYK
RGB Variations
Color information
#CB5090 (or 0xCB5090) is known color: Mulberry. HEX triplet: CB, 50 and 90. RGB value is (203,80,144). Sum of RGB (Red+Green+Blue) = 203+80+144=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5090 is #34AF6F. Grayscale: #7B7B7B. Windows color (decimal): -3452784 or 9457867. OLE color: 9457867.
HSL color Cylindrical-coordinate representation of color #CB5090: hue angle of 328.78º 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 #CB5090 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 144 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.20 |
| HSL | 328.78º | 0.54% | 0.55% | - |
| HSV(B) | 328.78º | 0.61% | 0.8% | - |
| XYZ | 32.53 | 20.45 | 28.62 | - |
| YUV | 124.07 | 139.25 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 144 | 0 | 0.61 | 0.29 | 0.20 | 328.78 | 0.54 | 0.55 |
| Hex | CB | 50 | 90 | 0 | 3D | 1D | 14 | 149 | 36 | 37 |
| Octal | 313 | 120 | 220 | 0 | 75 | 35 | 24 | 511 | 66 | 67 |
| Binary | 11001011 | 1010000 | 10010000 | 0 | 111101 | 11101 | 10100 | 101001001 | 110110 | 110111 |
Color Harmonies of #CB5090
Complementary color
Monochromatic Colors of #CB5090
Black with #CB5090
Text Example
Text Example
White with #CB5090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5090; }
p { color: rgb(203,80,144); }
H1.HeaderClassName
{
color: #CB5090;
}
.AnyTagClassName
{
color: #CB5090;
}
</style>
background-color css
<style>
a { background-color: #CB5090; }
a { background-color: rgb(203,80,144); }
div.DivClassName
{
background-color: #CB5090;
}
.BgClassName
{
background-color: #CB5090;
}
</style>
border-color css
<style>
span { border-color: #CB5090; }
span { border-color: rgb(203,80,144); }
td.TdClassName
{
border-color: #CB5090;
}
.TagClassName
{
border-color: #CB5090;
}
</style>