Shades of Mulberry #C15AA4
Tints of Mulberry #C15AA4
RGB
CMYK
RGB Variations
Color information
#C15AA4 (or 0xC15AA4) is known color: Mulberry. HEX triplet: C1, 5A and A4. RGB value is (193,90,164). Sum of RGB (Red+Green+Blue) = 193+90+164=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 90 (35.55% from 255 or 20.13% from 447); Blue value is 164 (64.45% from 255 or 36.69% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C15AA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15AA4 is #3EA55B. Grayscale: #818181. Windows color (decimal): -4105564 or 10771137. OLE color: 10771137.
HSL color Cylindrical-coordinate representation of color #C15AA4: hue angle of 316.89º 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 #C15AA4 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 90 | 164 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.24 |
| HSL | 316.89º | 0.45% | 0.55% | - |
| HSV(B) | 316.89º | 0.53% | 0.76% | - |
| XYZ | 32.35 | 21.33 | 37.53 | - |
| YUV | 129.23 | 147.62 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 90 | 164 | 0 | 0.53 | 0.15 | 0.24 | 316.89 | 0.45 | 0.55 |
| Hex | C1 | 5A | A4 | 0 | 35 | F | 18 | 13D | 2D | 37 |
| Octal | 301 | 132 | 244 | 0 | 65 | 17 | 30 | 475 | 55 | 67 |
| Binary | 11000001 | 1011010 | 10100100 | 0 | 110101 | 1111 | 11000 | 100111101 | 101101 | 110111 |
Color Harmonies of #C15AA4
Complementary color
Monochromatic Colors of #C15AA4
Black with #C15AA4
Text Example
Text Example
White with #C15AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15AA4; }
p { color: rgb(193,90,164); }
H1.HeaderClassName
{
color: #C15AA4;
}
.AnyTagClassName
{
color: #C15AA4;
}
</style>
background-color css
<style>
a { background-color: #C15AA4; }
a { background-color: rgb(193,90,164); }
div.DivClassName
{
background-color: #C15AA4;
}
.BgClassName
{
background-color: #C15AA4;
}
</style>
border-color css
<style>
span { border-color: #C15AA4; }
span { border-color: rgb(193,90,164); }
td.TdClassName
{
border-color: #C15AA4;
}
.TagClassName
{
border-color: #C15AA4;
}
</style>