Shades of Mulberry #CB5096
Tints of Mulberry #CB5096
RGB
CMYK
RGB Variations
Color information
#CB5096 (or 0xCB5096) is known color: Mulberry. HEX triplet: CB, 50 and 96. RGB value is (203,80,150). Sum of RGB (Red+Green+Blue) = 203+80+150=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5096 is #34AF69. Grayscale: #7C7C7C. Windows color (decimal): -3452778 or 9851083. OLE color: 9851083.
HSL color Cylindrical-coordinate representation of color #CB5096: hue angle of 325.85º 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 #CB5096 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 150 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.20 |
| HSL | 325.85º | 0.54% | 0.55% | - |
| HSV(B) | 325.85º | 0.61% | 0.8% | - |
| XYZ | 33 | 20.64 | 31.1 | - |
| YUV | 124.76 | 142.25 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 150 | 0 | 0.61 | 0.26 | 0.20 | 325.85 | 0.54 | 0.55 |
| Hex | CB | 50 | 96 | 0 | 3D | 1A | 14 | 146 | 36 | 37 |
| Octal | 313 | 120 | 226 | 0 | 75 | 32 | 24 | 506 | 66 | 67 |
| Binary | 11001011 | 1010000 | 10010110 | 0 | 111101 | 11010 | 10100 | 101000110 | 110110 | 110111 |
Color Harmonies of #CB5096
Complementary color
Monochromatic Colors of #CB5096
Black with #CB5096
Text Example
Text Example
White with #CB5096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5096; }
p { color: rgb(203,80,150); }
H1.HeaderClassName
{
color: #CB5096;
}
.AnyTagClassName
{
color: #CB5096;
}
</style>
background-color css
<style>
a { background-color: #CB5096; }
a { background-color: rgb(203,80,150); }
div.DivClassName
{
background-color: #CB5096;
}
.BgClassName
{
background-color: #CB5096;
}
</style>
border-color css
<style>
span { border-color: #CB5096; }
span { border-color: rgb(203,80,150); }
td.TdClassName
{
border-color: #CB5096;
}
.TagClassName
{
border-color: #CB5096;
}
</style>