Shades of Mulberry #C15690
Tints of Mulberry #C15690
RGB
CMYK
RGB Variations
Color information
#C15690 (or 0xC15690) is known color: Mulberry. HEX triplet: C1, 56 and 90. RGB value is (193,86,144). Sum of RGB (Red+Green+Blue) = 193+86+144=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 86 (33.98% from 255 or 20.33% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C15690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15690 is #3EA96F. Grayscale: #7C7C7C. Windows color (decimal): -4106608 or 9459393. OLE color: 9459393.
HSL color Cylindrical-coordinate representation of color #C15690: hue angle of 327.48º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C15690 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 86 | 144 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.24 |
| HSL | 327.48º | 0.46% | 0.55% | - |
| HSV(B) | 327.48º | 0.55% | 0.76% | - |
| XYZ | 30.35 | 20.01 | 28.65 | - |
| YUV | 124.61 | 138.95 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 86 | 144 | 0 | 0.55 | 0.25 | 0.24 | 327.48 | 0.46 | 0.55 |
| Hex | C1 | 56 | 90 | 0 | 37 | 19 | 18 | 147 | 2E | 37 |
| Octal | 301 | 126 | 220 | 0 | 67 | 31 | 30 | 507 | 56 | 67 |
| Binary | 11000001 | 1010110 | 10010000 | 0 | 110111 | 11001 | 11000 | 101000111 | 101110 | 110111 |
Color Harmonies of #C15690
Complementary color
Monochromatic Colors of #C15690
Black with #C15690
Text Example
Text Example
White with #C15690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15690; }
p { color: rgb(193,86,144); }
H1.HeaderClassName
{
color: #C15690;
}
.AnyTagClassName
{
color: #C15690;
}
</style>
background-color css
<style>
a { background-color: #C15690; }
a { background-color: rgb(193,86,144); }
div.DivClassName
{
background-color: #C15690;
}
.BgClassName
{
background-color: #C15690;
}
</style>
border-color css
<style>
span { border-color: #C15690; }
span { border-color: rgb(193,86,144); }
td.TdClassName
{
border-color: #C15690;
}
.TagClassName
{
border-color: #C15690;
}
</style>