Shades of Mulberry #C15BA1
Tints of Mulberry #C15BA1
RGB
CMYK
RGB Variations
Color information
#C15BA1 (or 0xC15BA1) is known color: Mulberry. HEX triplet: C1, 5B and A1. RGB value is (193,91,161). Sum of RGB (Red+Green+Blue) = 193+91+161=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 91 (35.94% from 255 or 20.45% from 445); Blue value is 161 (63.28% from 255 or 36.18% from 445); Max value from RGB is 193 - color contains mainly: red. Hex color #C15BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15BA1 is #3EA45E. Grayscale: #818181. Windows color (decimal): -4105311 or 10574785. OLE color: 10574785.
HSL color Cylindrical-coordinate representation of color #C15BA1: hue angle of 318.82º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C15BA1 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 91 | 161 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.24 |
| HSL | 318.82º | 0.45% | 0.56% | - |
| HSV(B) | 318.82º | 0.53% | 0.76% | - |
| XYZ | 32.17 | 21.39 | 36.15 | - |
| YUV | 129.48 | 145.79 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 91 | 161 | 0 | 0.53 | 0.17 | 0.24 | 318.82 | 0.45 | 0.56 |
| Hex | C1 | 5B | A1 | 0 | 35 | 11 | 18 | 13F | 2D | 38 |
| Octal | 301 | 133 | 241 | 0 | 65 | 21 | 30 | 477 | 55 | 70 |
| Binary | 11000001 | 1011011 | 10100001 | 0 | 110101 | 10001 | 11000 | 100111111 | 101101 | 111000 |
Color Harmonies of #C15BA1
Complementary color
Monochromatic Colors of #C15BA1
Black with #C15BA1
Text Example
Text Example
White with #C15BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15BA1; }
p { color: rgb(193,91,161); }
H1.HeaderClassName
{
color: #C15BA1;
}
.AnyTagClassName
{
color: #C15BA1;
}
</style>
background-color css
<style>
a { background-color: #C15BA1; }
a { background-color: rgb(193,91,161); }
div.DivClassName
{
background-color: #C15BA1;
}
.BgClassName
{
background-color: #C15BA1;
}
</style>
border-color css
<style>
span { border-color: #C15BA1; }
span { border-color: rgb(193,91,161); }
td.TdClassName
{
border-color: #C15BA1;
}
.TagClassName
{
border-color: #C15BA1;
}
</style>