Shades of Mulberry #C15AA6
Tints of Mulberry #C15AA6
RGB
CMYK
RGB Variations
Color information
#C15AA6 (or 0xC15AA6) is known color: Mulberry. HEX triplet: C1, 5A and A6. RGB value is (193,90,166). Sum of RGB (Red+Green+Blue) = 193+90+166=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 166 (65.23% from 255 or 36.97% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C15AA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15AA6 is #3EA559. Grayscale: #818181. Windows color (decimal): -4105562 or 10902209. OLE color: 10902209.
HSL color Cylindrical-coordinate representation of color #C15AA6: hue angle of 315.73º 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 #C15AA6 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 90 | 166 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.24 |
| HSL | 315.73º | 0.45% | 0.55% | - |
| HSV(B) | 315.73º | 0.53% | 0.76% | - |
| XYZ | 32.53 | 21.4 | 38.49 | - |
| YUV | 129.46 | 148.62 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 90 | 166 | 0 | 0.53 | 0.14 | 0.24 | 315.73 | 0.45 | 0.55 |
| Hex | C1 | 5A | A6 | 0 | 35 | E | 18 | 13C | 2D | 37 |
| Octal | 301 | 132 | 246 | 0 | 65 | 16 | 30 | 474 | 55 | 67 |
| Binary | 11000001 | 1011010 | 10100110 | 0 | 110101 | 1110 | 11000 | 100111100 | 101101 | 110111 |
Color Harmonies of #C15AA6
Complementary color
Monochromatic Colors of #C15AA6
Black with #C15AA6
Text Example
Text Example
White with #C15AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15AA6; }
p { color: rgb(193,90,166); }
H1.HeaderClassName
{
color: #C15AA6;
}
.AnyTagClassName
{
color: #C15AA6;
}
</style>
background-color css
<style>
a { background-color: #C15AA6; }
a { background-color: rgb(193,90,166); }
div.DivClassName
{
background-color: #C15AA6;
}
.BgClassName
{
background-color: #C15AA6;
}
</style>
border-color css
<style>
span { border-color: #C15AA6; }
span { border-color: rgb(193,90,166); }
td.TdClassName
{
border-color: #C15AA6;
}
.TagClassName
{
border-color: #C15AA6;
}
</style>