Shades of Mulberry #C15EA2
Tints of Mulberry #C15EA2
RGB
CMYK
RGB Variations
Color information
#C15EA2 (or 0xC15EA2) is known color: Mulberry. HEX triplet: C1, 5E and A2. RGB value is (193,94,162). Sum of RGB (Red+Green+Blue) = 193+94+162=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 94 (37.11% from 255 or 20.94% from 449); Blue value is 162 (63.67% from 255 or 36.08% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C15EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15EA2 is #3EA15D. Grayscale: #838383. Windows color (decimal): -4104542 or 10641089. OLE color: 10641089.
HSL color Cylindrical-coordinate representation of color #C15EA2: hue angle of 318.79º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C15EA2 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 94 | 162 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.24 |
| HSL | 318.79º | 0.44% | 0.56% | - |
| HSV(B) | 318.79º | 0.51% | 0.76% | - |
| XYZ | 32.52 | 21.95 | 36.71 | - |
| YUV | 131.35 | 145.3 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 94 | 162 | 0 | 0.51 | 0.16 | 0.24 | 318.79 | 0.44 | 0.56 |
| Hex | C1 | 5E | A2 | 0 | 33 | 10 | 18 | 13F | 2C | 38 |
| Octal | 301 | 136 | 242 | 0 | 63 | 20 | 30 | 477 | 54 | 70 |
| Binary | 11000001 | 1011110 | 10100010 | 0 | 110011 | 10000 | 11000 | 100111111 | 101100 | 111000 |
Color Harmonies of #C15EA2
Complementary color
Monochromatic Colors of #C15EA2
Black with #C15EA2
Text Example
Text Example
White with #C15EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15EA2; }
p { color: rgb(193,94,162); }
H1.HeaderClassName
{
color: #C15EA2;
}
.AnyTagClassName
{
color: #C15EA2;
}
</style>
background-color css
<style>
a { background-color: #C15EA2; }
a { background-color: rgb(193,94,162); }
div.DivClassName
{
background-color: #C15EA2;
}
.BgClassName
{
background-color: #C15EA2;
}
</style>
border-color css
<style>
span { border-color: #C15EA2; }
span { border-color: rgb(193,94,162); }
td.TdClassName
{
border-color: #C15EA2;
}
.TagClassName
{
border-color: #C15EA2;
}
</style>