Shades of Mulberry #C15A9A
Tints of Mulberry #C15A9A
RGB
CMYK
RGB Variations
Color information
#C15A9A (or 0xC15A9A) is known color: Mulberry. HEX triplet: C1, 5A and 9A. RGB value is (193,90,154). Sum of RGB (Red+Green+Blue) = 193+90+154=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15A9A is #3EA565. Grayscale: #7F7F7F. Windows color (decimal): -4105574 or 10115777. OLE color: 10115777.
HSL color Cylindrical-coordinate representation of color #C15A9A: hue angle of 322.72º 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 #C15A9A is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 90 | 154 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.24 |
| HSL | 322.72º | 0.45% | 0.55% | - |
| HSV(B) | 322.72º | 0.53% | 0.76% | - |
| XYZ | 31.48 | 20.98 | 32.96 | - |
| YUV | 128.09 | 142.62 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 90 | 154 | 0 | 0.53 | 0.20 | 0.24 | 322.72 | 0.45 | 0.55 |
| Hex | C1 | 5A | 9A | 0 | 35 | 14 | 18 | 143 | 2D | 37 |
| Octal | 301 | 132 | 232 | 0 | 65 | 24 | 30 | 503 | 55 | 67 |
| Binary | 11000001 | 1011010 | 10011010 | 0 | 110101 | 10100 | 11000 | 101000011 | 101101 | 110111 |
Color Harmonies of #C15A9A
Complementary color
Monochromatic Colors of #C15A9A
Black with #C15A9A
Text Example
Text Example
White with #C15A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15A9A; }
p { color: rgb(193,90,154); }
H1.HeaderClassName
{
color: #C15A9A;
}
.AnyTagClassName
{
color: #C15A9A;
}
</style>
background-color css
<style>
a { background-color: #C15A9A; }
a { background-color: rgb(193,90,154); }
div.DivClassName
{
background-color: #C15A9A;
}
.BgClassName
{
background-color: #C15A9A;
}
</style>
border-color css
<style>
span { border-color: #C15A9A; }
span { border-color: rgb(193,90,154); }
td.TdClassName
{
border-color: #C15A9A;
}
.TagClassName
{
border-color: #C15A9A;
}
</style>