Shades of Mulberry #CB5291
Tints of Mulberry #CB5291
RGB
CMYK
RGB Variations
Color information
#CB5291 (or 0xCB5291) is known color: Mulberry. HEX triplet: CB, 52 and 91. RGB value is (203,82,145). Sum of RGB (Red+Green+Blue) = 203+82+145=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5291 is #34AD6E. Grayscale: #7D7D7D. Windows color (decimal): -3452271 or 9523915. OLE color: 9523915.
HSL color Cylindrical-coordinate representation of color #CB5291: hue angle of 328.76º 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 #CB5291 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 82 | 145 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.20 |
| HSL | 328.76º | 0.54% | 0.56% | - |
| HSV(B) | 328.76º | 0.6% | 0.8% | - |
| XYZ | 32.76 | 20.78 | 29.07 | - |
| YUV | 125.36 | 139.09 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 145 | 0 | 0.60 | 0.29 | 0.20 | 328.76 | 0.54 | 0.56 |
| Hex | CB | 52 | 91 | 0 | 3C | 1D | 14 | 149 | 36 | 38 |
| Octal | 313 | 122 | 221 | 0 | 74 | 35 | 24 | 511 | 66 | 70 |
| Binary | 11001011 | 1010010 | 10010001 | 0 | 111100 | 11101 | 10100 | 101001001 | 110110 | 111000 |
Color Harmonies of #CB5291
Complementary color
Monochromatic Colors of #CB5291
Black with #CB5291
Text Example
Text Example
White with #CB5291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5291; }
p { color: rgb(203,82,145); }
H1.HeaderClassName
{
color: #CB5291;
}
.AnyTagClassName
{
color: #CB5291;
}
</style>
background-color css
<style>
a { background-color: #CB5291; }
a { background-color: rgb(203,82,145); }
div.DivClassName
{
background-color: #CB5291;
}
.BgClassName
{
background-color: #CB5291;
}
</style>
border-color css
<style>
span { border-color: #CB5291; }
span { border-color: rgb(203,82,145); }
td.TdClassName
{
border-color: #CB5291;
}
.TagClassName
{
border-color: #CB5291;
}
</style>