Shades of Mulberry #CB529F
Tints of Mulberry #CB529F
RGB
CMYK
RGB Variations
Color information
#CB529F (or 0xCB529F) is known color: Mulberry. HEX triplet: CB, 52 and 9F. RGB value is (203,82,159). Sum of RGB (Red+Green+Blue) = 203+82+159=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CB529F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB529F is #34AD60. Grayscale: #7E7E7E. Windows color (decimal): -3452257 or 10441419. OLE color: 10441419.
HSL color Cylindrical-coordinate representation of color #CB529F: hue angle of 321.82º 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 #CB529F is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 82 | 159 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.20 |
| HSL | 321.82º | 0.54% | 0.56% | - |
| HSV(B) | 321.82º | 0.6% | 0.8% | - |
| XYZ | 33.9 | 21.23 | 35.11 | - |
| YUV | 126.96 | 146.09 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 159 | 0 | 0.60 | 0.22 | 0.20 | 321.82 | 0.54 | 0.56 |
| Hex | CB | 52 | 9F | 0 | 3C | 16 | 14 | 142 | 36 | 38 |
| Octal | 313 | 122 | 237 | 0 | 74 | 26 | 24 | 502 | 66 | 70 |
| Binary | 11001011 | 1010010 | 10011111 | 0 | 111100 | 10110 | 10100 | 101000010 | 110110 | 111000 |
Color Harmonies of #CB529F
Complementary color
Monochromatic Colors of #CB529F
Black with #CB529F
Text Example
Text Example
White with #CB529F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB529F; }
p { color: rgb(203,82,159); }
H1.HeaderClassName
{
color: #CB529F;
}
.AnyTagClassName
{
color: #CB529F;
}
</style>
background-color css
<style>
a { background-color: #CB529F; }
a { background-color: rgb(203,82,159); }
div.DivClassName
{
background-color: #CB529F;
}
.BgClassName
{
background-color: #CB529F;
}
</style>
border-color css
<style>
span { border-color: #CB529F; }
span { border-color: rgb(203,82,159); }
td.TdClassName
{
border-color: #CB529F;
}
.TagClassName
{
border-color: #CB529F;
}
</style>