Shades of Mulberry #C15AA0
Tints of Mulberry #C15AA0
RGB
CMYK
RGB Variations
Color information
#C15AA0 (or 0xC15AA0) is known color: Mulberry. HEX triplet: C1, 5A and A0. RGB value is (193,90,160). Sum of RGB (Red+Green+Blue) = 193+90+160=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 193 - color contains mainly: red. Hex color #C15AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15AA0 is #3EA55F. Grayscale: #808080. Windows color (decimal): -4105568 or 10508993. OLE color: 10508993.
HSL color Cylindrical-coordinate representation of color #C15AA0: hue angle of 319.22º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C15AA0 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 90 | 160 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.24 |
| HSL | 319.22º | 0.45% | 0.55% | - |
| HSV(B) | 319.22º | 0.53% | 0.76% | - |
| XYZ | 31.99 | 21.19 | 35.66 | - |
| YUV | 128.78 | 145.62 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 90 | 160 | 0 | 0.53 | 0.17 | 0.24 | 319.22 | 0.45 | 0.55 |
| Hex | C1 | 5A | A0 | 0 | 35 | 11 | 18 | 13F | 2D | 37 |
| Octal | 301 | 132 | 240 | 0 | 65 | 21 | 30 | 477 | 55 | 67 |
| Binary | 11000001 | 1011010 | 10100000 | 0 | 110101 | 10001 | 11000 | 100111111 | 101101 | 110111 |
Color Harmonies of #C15AA0
Complementary color
Monochromatic Colors of #C15AA0
Black with #C15AA0
Text Example
Text Example
White with #C15AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15AA0; }
p { color: rgb(193,90,160); }
H1.HeaderClassName
{
color: #C15AA0;
}
.AnyTagClassName
{
color: #C15AA0;
}
</style>
background-color css
<style>
a { background-color: #C15AA0; }
a { background-color: rgb(193,90,160); }
div.DivClassName
{
background-color: #C15AA0;
}
.BgClassName
{
background-color: #C15AA0;
}
</style>
border-color css
<style>
span { border-color: #C15AA0; }
span { border-color: rgb(193,90,160); }
td.TdClassName
{
border-color: #C15AA0;
}
.TagClassName
{
border-color: #C15AA0;
}
</style>