Shades of Mulberry #C15DA4
Tints of Mulberry #C15DA4
RGB
CMYK
RGB Variations
Color information
#C15DA4 (or 0xC15DA4) is known color: Mulberry. HEX triplet: C1, 5D and A4. RGB value is (193,93,164). Sum of RGB (Red+Green+Blue) = 193+93+164=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 93 (36.72% from 255 or 20.67% from 450); Blue value is 164 (64.45% from 255 or 36.44% from 450); Max value from RGB is 193 - color contains mainly: red. Hex color #C15DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15DA4 is #3EA25B. Grayscale: #828282. Windows color (decimal): -4104796 or 10771905. OLE color: 10771905.
HSL color Cylindrical-coordinate representation of color #C15DA4: hue angle of 317.4º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C15DA4 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 93 | 164 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.24 |
| HSL | 317.4º | 0.45% | 0.56% | - |
| HSV(B) | 317.4º | 0.52% | 0.76% | - |
| XYZ | 32.61 | 21.85 | 37.62 | - |
| YUV | 130.99 | 146.63 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 93 | 164 | 0 | 0.52 | 0.15 | 0.24 | 317.4 | 0.45 | 0.56 |
| Hex | C1 | 5D | A4 | 0 | 34 | F | 18 | 13D | 2D | 38 |
| Octal | 301 | 135 | 244 | 0 | 64 | 17 | 30 | 475 | 55 | 70 |
| Binary | 11000001 | 1011101 | 10100100 | 0 | 110100 | 1111 | 11000 | 100111101 | 101101 | 111000 |
Color Harmonies of #C15DA4
Complementary color
Monochromatic Colors of #C15DA4
Black with #C15DA4
Text Example
Text Example
White with #C15DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15DA4; }
p { color: rgb(193,93,164); }
H1.HeaderClassName
{
color: #C15DA4;
}
.AnyTagClassName
{
color: #C15DA4;
}
</style>
background-color css
<style>
a { background-color: #C15DA4; }
a { background-color: rgb(193,93,164); }
div.DivClassName
{
background-color: #C15DA4;
}
.BgClassName
{
background-color: #C15DA4;
}
</style>
border-color css
<style>
span { border-color: #C15DA4; }
span { border-color: rgb(193,93,164); }
td.TdClassName
{
border-color: #C15DA4;
}
.TagClassName
{
border-color: #C15DA4;
}
</style>