Shades of Mulberry #CB5BA7
Tints of Mulberry #CB5BA7
RGB
CMYK
RGB Variations
Color information
#CB5BA7 (or 0xCB5BA7) is known color: Mulberry. HEX triplet: CB, 5B and A7. RGB value is (203,91,167). Sum of RGB (Red+Green+Blue) = 203+91+167=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 167 (65.62% from 255 or 36.23% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5BA7 is #34A458. Grayscale: #848484. Windows color (decimal): -3449945 or 10968011. OLE color: 10968011.
HSL color Cylindrical-coordinate representation of color #CB5BA7: hue angle of 319.29º 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 #CB5BA7 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 91 | 167 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.20 |
| HSL | 319.29º | 0.52% | 0.58% | - |
| HSV(B) | 319.29º | 0.55% | 0.8% | - |
| XYZ | 35.34 | 22.97 | 39.13 | - |
| YUV | 133.15 | 147.11 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 91 | 167 | 0 | 0.55 | 0.18 | 0.20 | 319.29 | 0.52 | 0.58 |
| Hex | CB | 5B | A7 | 0 | 37 | 12 | 14 | 13F | 34 | 3A |
| Octal | 313 | 133 | 247 | 0 | 67 | 22 | 24 | 477 | 64 | 72 |
| Binary | 11001011 | 1011011 | 10100111 | 0 | 110111 | 10010 | 10100 | 100111111 | 110100 | 111010 |
Color Harmonies of #CB5BA7
Complementary color
Monochromatic Colors of #CB5BA7
Black with #CB5BA7
Text Example
Text Example
White with #CB5BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5BA7; }
p { color: rgb(203,91,167); }
H1.HeaderClassName
{
color: #CB5BA7;
}
.AnyTagClassName
{
color: #CB5BA7;
}
</style>
background-color css
<style>
a { background-color: #CB5BA7; }
a { background-color: rgb(203,91,167); }
div.DivClassName
{
background-color: #CB5BA7;
}
.BgClassName
{
background-color: #CB5BA7;
}
</style>
border-color css
<style>
span { border-color: #CB5BA7; }
span { border-color: rgb(203,91,167); }
td.TdClassName
{
border-color: #CB5BA7;
}
.TagClassName
{
border-color: #CB5BA7;
}
</style>