Shades of Mulberry #CB5595
Tints of Mulberry #CB5595
RGB
CMYK
RGB Variations
Color information
#CB5595 (or 0xCB5595) is known color: Mulberry. HEX triplet: CB, 55 and 95. RGB value is (203,85,149). Sum of RGB (Red+Green+Blue) = 203+85+149=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5595 is #34AA6A. Grayscale: #7F7F7F. Windows color (decimal): -3451499 or 9786827. OLE color: 9786827.
HSL color Cylindrical-coordinate representation of color #CB5595: hue angle of 327.46º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB5595 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 85 | 149 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.20 |
| HSL | 327.46º | 0.53% | 0.56% | - |
| HSV(B) | 327.46º | 0.58% | 0.8% | - |
| XYZ | 33.3 | 21.36 | 30.8 | - |
| YUV | 127.58 | 140.09 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 149 | 0 | 0.58 | 0.27 | 0.20 | 327.46 | 0.53 | 0.56 |
| Hex | CB | 55 | 95 | 0 | 3A | 1B | 14 | 147 | 35 | 38 |
| Octal | 313 | 125 | 225 | 0 | 72 | 33 | 24 | 507 | 65 | 70 |
| Binary | 11001011 | 1010101 | 10010101 | 0 | 111010 | 11011 | 10100 | 101000111 | 110101 | 111000 |
Color Harmonies of #CB5595
Complementary color
Monochromatic Colors of #CB5595
Black with #CB5595
Text Example
Text Example
White with #CB5595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5595; }
p { color: rgb(203,85,149); }
H1.HeaderClassName
{
color: #CB5595;
}
.AnyTagClassName
{
color: #CB5595;
}
</style>
background-color css
<style>
a { background-color: #CB5595; }
a { background-color: rgb(203,85,149); }
div.DivClassName
{
background-color: #CB5595;
}
.BgClassName
{
background-color: #CB5595;
}
</style>
border-color css
<style>
span { border-color: #CB5595; }
span { border-color: rgb(203,85,149); }
td.TdClassName
{
border-color: #CB5595;
}
.TagClassName
{
border-color: #CB5595;
}
</style>