Shades of Mulberry #C15494
Tints of Mulberry #C15494
RGB
CMYK
RGB Variations
Color information
#C15494 (or 0xC15494) is known color: Mulberry. HEX triplet: C1, 54 and 94. RGB value is (193,84,148). Sum of RGB (Red+Green+Blue) = 193+84+148=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C15494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15494 is #3EAB6B. Grayscale: #7B7B7B. Windows color (decimal): -4107116 or 9721025. OLE color: 9721025.
HSL color Cylindrical-coordinate representation of color #C15494: hue angle of 324.77º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C15494 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 84 | 148 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.24 |
| HSL | 324.77º | 0.47% | 0.54% | - |
| HSV(B) | 324.77º | 0.56% | 0.76% | - |
| XYZ | 30.51 | 19.82 | 30.23 | - |
| YUV | 123.89 | 141.61 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 84 | 148 | 0 | 0.56 | 0.23 | 0.24 | 324.77 | 0.47 | 0.54 |
| Hex | C1 | 54 | 94 | 0 | 38 | 17 | 18 | 145 | 2F | 36 |
| Octal | 301 | 124 | 224 | 0 | 70 | 27 | 30 | 505 | 57 | 66 |
| Binary | 11000001 | 1010100 | 10010100 | 0 | 111000 | 10111 | 11000 | 101000101 | 101111 | 110110 |
Color Harmonies of #C15494
Complementary color
Monochromatic Colors of #C15494
Black with #C15494
Text Example
Text Example
White with #C15494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15494; }
p { color: rgb(193,84,148); }
H1.HeaderClassName
{
color: #C15494;
}
.AnyTagClassName
{
color: #C15494;
}
</style>
background-color css
<style>
a { background-color: #C15494; }
a { background-color: rgb(193,84,148); }
div.DivClassName
{
background-color: #C15494;
}
.BgClassName
{
background-color: #C15494;
}
</style>
border-color css
<style>
span { border-color: #C15494; }
span { border-color: rgb(193,84,148); }
td.TdClassName
{
border-color: #C15494;
}
.TagClassName
{
border-color: #C15494;
}
</style>