Shades of Mulberry #CB528E
Tints of Mulberry #CB528E
RGB
CMYK
RGB Variations
Color information
#CB528E (or 0xCB528E) is known color: Mulberry. HEX triplet: CB, 52 and 8E. RGB value is (203,82,142). Sum of RGB (Red+Green+Blue) = 203+82+142=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB528E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB528E is #34AD71. Grayscale: #7C7C7C. Windows color (decimal): -3452274 or 9327307. OLE color: 9327307.
HSL color Cylindrical-coordinate representation of color #CB528E: hue angle of 330.25º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB528E is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 82 | 142 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.20 |
| HSL | 330.25º | 0.54% | 0.56% | - |
| HSV(B) | 330.25º | 0.6% | 0.8% | - |
| XYZ | 32.53 | 20.68 | 27.87 | - |
| YUV | 125.02 | 137.59 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 142 | 0 | 0.60 | 0.30 | 0.20 | 330.25 | 0.54 | 0.56 |
| Hex | CB | 52 | 8E | 0 | 3C | 1E | 14 | 14A | 36 | 38 |
| Octal | 313 | 122 | 216 | 0 | 74 | 36 | 24 | 512 | 66 | 70 |
| Binary | 11001011 | 1010010 | 10001110 | 0 | 111100 | 11110 | 10100 | 101001010 | 110110 | 111000 |
Color Harmonies of #CB528E
Complementary color
Monochromatic Colors of #CB528E
Black with #CB528E
Text Example
Text Example
White with #CB528E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB528E; }
p { color: rgb(203,82,142); }
H1.HeaderClassName
{
color: #CB528E;
}
.AnyTagClassName
{
color: #CB528E;
}
</style>
background-color css
<style>
a { background-color: #CB528E; }
a { background-color: rgb(203,82,142); }
div.DivClassName
{
background-color: #CB528E;
}
.BgClassName
{
background-color: #CB528E;
}
</style>
border-color css
<style>
span { border-color: #CB528E; }
span { border-color: rgb(203,82,142); }
td.TdClassName
{
border-color: #CB528E;
}
.TagClassName
{
border-color: #CB528E;
}
</style>