Shades of Mulberry #CB5BA6
Tints of Mulberry #CB5BA6
RGB
CMYK
RGB Variations
Color information
#CB5BA6 (or 0xCB5BA6) is known color: Mulberry. HEX triplet: CB, 5B and A6. RGB value is (203,91,166). Sum of RGB (Red+Green+Blue) = 203+91+166=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 166 (65.23% from 255 or 36.09% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5BA6 is #34A459. Grayscale: #848484. Windows color (decimal): -3449946 or 10902475. OLE color: 10902475.
HSL color Cylindrical-coordinate representation of color #CB5BA6: hue angle of 319.82º 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 #CB5BA6 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 91 | 166 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.20 |
| HSL | 319.82º | 0.52% | 0.58% | - |
| HSV(B) | 319.82º | 0.55% | 0.8% | - |
| XYZ | 35.25 | 22.93 | 38.64 | - |
| YUV | 133.04 | 146.61 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 91 | 166 | 0 | 0.55 | 0.18 | 0.20 | 319.82 | 0.52 | 0.58 |
| Hex | CB | 5B | A6 | 0 | 37 | 12 | 14 | 140 | 34 | 3A |
| Octal | 313 | 133 | 246 | 0 | 67 | 22 | 24 | 500 | 64 | 72 |
| Binary | 11001011 | 1011011 | 10100110 | 0 | 110111 | 10010 | 10100 | 101000000 | 110100 | 111010 |
Color Harmonies of #CB5BA6
Complementary color
Monochromatic Colors of #CB5BA6
Black with #CB5BA6
Text Example
Text Example
White with #CB5BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5BA6; }
p { color: rgb(203,91,166); }
H1.HeaderClassName
{
color: #CB5BA6;
}
.AnyTagClassName
{
color: #CB5BA6;
}
</style>
background-color css
<style>
a { background-color: #CB5BA6; }
a { background-color: rgb(203,91,166); }
div.DivClassName
{
background-color: #CB5BA6;
}
.BgClassName
{
background-color: #CB5BA6;
}
</style>
border-color css
<style>
span { border-color: #CB5BA6; }
span { border-color: rgb(203,91,166); }
td.TdClassName
{
border-color: #CB5BA6;
}
.TagClassName
{
border-color: #CB5BA6;
}
</style>