Shades of Mulberry #CB5598
Tints of Mulberry #CB5598
RGB
CMYK
RGB Variations
Color information
#CB5598 (or 0xCB5598) is known color: Mulberry. HEX triplet: CB, 55 and 98. RGB value is (203,85,152). Sum of RGB (Red+Green+Blue) = 203+85+152=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 152 (59.77% from 255 or 34.55% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5598 is #34AA67. Grayscale: #7F7F7F. Windows color (decimal): -3451496 or 9983435. OLE color: 9983435.
HSL color Cylindrical-coordinate representation of color #CB5598: hue angle of 325.93º 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 #CB5598 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 85 | 152 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.20 |
| HSL | 325.93º | 0.53% | 0.56% | - |
| HSV(B) | 325.93º | 0.58% | 0.8% | - |
| XYZ | 33.54 | 21.46 | 32.08 | - |
| YUV | 127.92 | 141.59 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 152 | 0 | 0.58 | 0.25 | 0.20 | 325.93 | 0.53 | 0.56 |
| Hex | CB | 55 | 98 | 0 | 3A | 19 | 14 | 146 | 35 | 38 |
| Octal | 313 | 125 | 230 | 0 | 72 | 31 | 24 | 506 | 65 | 70 |
| Binary | 11001011 | 1010101 | 10011000 | 0 | 111010 | 11001 | 10100 | 101000110 | 110101 | 111000 |
Color Harmonies of #CB5598
Complementary color
Monochromatic Colors of #CB5598
Black with #CB5598
Text Example
Text Example
White with #CB5598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5598; }
p { color: rgb(203,85,152); }
H1.HeaderClassName
{
color: #CB5598;
}
.AnyTagClassName
{
color: #CB5598;
}
</style>
background-color css
<style>
a { background-color: #CB5598; }
a { background-color: rgb(203,85,152); }
div.DivClassName
{
background-color: #CB5598;
}
.BgClassName
{
background-color: #CB5598;
}
</style>
border-color css
<style>
span { border-color: #CB5598; }
span { border-color: rgb(203,85,152); }
td.TdClassName
{
border-color: #CB5598;
}
.TagClassName
{
border-color: #CB5598;
}
</style>