Shades of Mulberry #CB5BA5
Tints of Mulberry #CB5BA5
RGB
CMYK
RGB Variations
Color information
#CB5BA5 (or 0xCB5BA5) is known color: Mulberry. HEX triplet: CB, 5B and A5. RGB value is (203,91,165). Sum of RGB (Red+Green+Blue) = 203+91+165=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 165 (64.84% from 255 or 35.95% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5BA5 is #34A45A. Grayscale: #848484. Windows color (decimal): -3449947 or 10836939. OLE color: 10836939.
HSL color Cylindrical-coordinate representation of color #CB5BA5: hue angle of 320.36º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB5BA5 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 91 | 165 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.20 |
| HSL | 320.36º | 0.52% | 0.58% | - |
| HSV(B) | 320.36º | 0.55% | 0.8% | - |
| XYZ | 35.16 | 22.9 | 38.16 | - |
| YUV | 132.92 | 146.11 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 91 | 165 | 0 | 0.55 | 0.19 | 0.20 | 320.36 | 0.52 | 0.58 |
| Hex | CB | 5B | A5 | 0 | 37 | 13 | 14 | 140 | 34 | 3A |
| Octal | 313 | 133 | 245 | 0 | 67 | 23 | 24 | 500 | 64 | 72 |
| Binary | 11001011 | 1011011 | 10100101 | 0 | 110111 | 10011 | 10100 | 101000000 | 110100 | 111010 |
Color Harmonies of #CB5BA5
Complementary color
Monochromatic Colors of #CB5BA5
Black with #CB5BA5
Text Example
Text Example
White with #CB5BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5BA5; }
p { color: rgb(203,91,165); }
H1.HeaderClassName
{
color: #CB5BA5;
}
.AnyTagClassName
{
color: #CB5BA5;
}
</style>
background-color css
<style>
a { background-color: #CB5BA5; }
a { background-color: rgb(203,91,165); }
div.DivClassName
{
background-color: #CB5BA5;
}
.BgClassName
{
background-color: #CB5BA5;
}
</style>
border-color css
<style>
span { border-color: #CB5BA5; }
span { border-color: rgb(203,91,165); }
td.TdClassName
{
border-color: #CB5BA5;
}
.TagClassName
{
border-color: #CB5BA5;
}
</style>