Shades of Mulberry #C15BA3
Tints of Mulberry #C15BA3
RGB
CMYK
RGB Variations
Color information
#C15BA3 (or 0xC15BA3) is known color: Mulberry. HEX triplet: C1, 5B and A3. RGB value is (193,91,163). Sum of RGB (Red+Green+Blue) = 193+91+163=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 163 (64.06% from 255 or 36.47% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C15BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15BA3 is #3EA45C. Grayscale: #818181. Windows color (decimal): -4105309 or 10705857. OLE color: 10705857.
HSL color Cylindrical-coordinate representation of color #C15BA3: hue angle of 317.65º 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 #C15BA3 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 91 | 163 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.24 |
| HSL | 317.65º | 0.45% | 0.56% | - |
| HSV(B) | 317.65º | 0.53% | 0.76% | - |
| XYZ | 32.34 | 21.46 | 37.09 | - |
| YUV | 129.71 | 146.79 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 91 | 163 | 0 | 0.53 | 0.16 | 0.24 | 317.65 | 0.45 | 0.56 |
| Hex | C1 | 5B | A3 | 0 | 35 | 10 | 18 | 13E | 2D | 38 |
| Octal | 301 | 133 | 243 | 0 | 65 | 20 | 30 | 476 | 55 | 70 |
| Binary | 11000001 | 1011011 | 10100011 | 0 | 110101 | 10000 | 11000 | 100111110 | 101101 | 111000 |
Color Harmonies of #C15BA3
Complementary color
Monochromatic Colors of #C15BA3
Black with #C15BA3
Text Example
Text Example
White with #C15BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15BA3; }
p { color: rgb(193,91,163); }
H1.HeaderClassName
{
color: #C15BA3;
}
.AnyTagClassName
{
color: #C15BA3;
}
</style>
background-color css
<style>
a { background-color: #C15BA3; }
a { background-color: rgb(193,91,163); }
div.DivClassName
{
background-color: #C15BA3;
}
.BgClassName
{
background-color: #C15BA3;
}
</style>
border-color css
<style>
span { border-color: #C15BA3; }
span { border-color: rgb(193,91,163); }
td.TdClassName
{
border-color: #C15BA3;
}
.TagClassName
{
border-color: #C15BA3;
}
</style>