Shades of Mulberry #CB5B96
Tints of Mulberry #CB5B96
RGB
CMYK
RGB Variations
Color information
#CB5B96 (or 0xCB5B96) is known color: Mulberry. HEX triplet: CB, 5B and 96. RGB value is (203,91,150). Sum of RGB (Red+Green+Blue) = 203+91+150=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5B96 is #34A469. Grayscale: #838383. Windows color (decimal): -3449962 or 9853899. OLE color: 9853899.
HSL color Cylindrical-coordinate representation of color #CB5B96: hue angle of 328.39º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB5B96 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 91 | 150 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.20 |
| HSL | 328.39º | 0.52% | 0.58% | - |
| HSV(B) | 328.39º | 0.55% | 0.8% | - |
| XYZ | 33.87 | 22.38 | 31.39 | - |
| YUV | 131.21 | 138.61 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 91 | 150 | 0 | 0.55 | 0.26 | 0.20 | 328.39 | 0.52 | 0.58 |
| Hex | CB | 5B | 96 | 0 | 37 | 1A | 14 | 148 | 34 | 3A |
| Octal | 313 | 133 | 226 | 0 | 67 | 32 | 24 | 510 | 64 | 72 |
| Binary | 11001011 | 1011011 | 10010110 | 0 | 110111 | 11010 | 10100 | 101001000 | 110100 | 111010 |
Color Harmonies of #CB5B96
Complementary color
Monochromatic Colors of #CB5B96
Black with #CB5B96
Text Example
Text Example
White with #CB5B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5B96; }
p { color: rgb(203,91,150); }
H1.HeaderClassName
{
color: #CB5B96;
}
.AnyTagClassName
{
color: #CB5B96;
}
</style>
background-color css
<style>
a { background-color: #CB5B96; }
a { background-color: rgb(203,91,150); }
div.DivClassName
{
background-color: #CB5B96;
}
.BgClassName
{
background-color: #CB5B96;
}
</style>
border-color css
<style>
span { border-color: #CB5B96; }
span { border-color: rgb(203,91,150); }
td.TdClassName
{
border-color: #CB5B96;
}
.TagClassName
{
border-color: #CB5B96;
}
</style>