Shades of Mulberry #C15388
Tints of Mulberry #C15388
RGB
CMYK
RGB Variations
Color information
#C15388 (or 0xC15388) is known color: Mulberry. HEX triplet: C1, 53 and 88. RGB value is (193,83,136). Sum of RGB (Red+Green+Blue) = 193+83+136=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C15388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15388 is #3EAC77. Grayscale: #797979. Windows color (decimal): -4107384 or 8934337. OLE color: 8934337.
HSL color Cylindrical-coordinate representation of color #C15388: hue angle of 331.09º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C15388 is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 83 | 136 | - |
| CMYK | 0 | 0.57 | 0.30 | 0.24 |
| HSL | 331.09º | 0.47% | 0.54% | - |
| HSV(B) | 331.09º | 0.57% | 0.76% | - |
| XYZ | 29.53 | 19.3 | 25.46 | - |
| YUV | 121.93 | 135.94 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 83 | 136 | 0 | 0.57 | 0.30 | 0.24 | 331.09 | 0.47 | 0.54 |
| Hex | C1 | 53 | 88 | 0 | 39 | 1E | 18 | 14B | 2F | 36 |
| Octal | 301 | 123 | 210 | 0 | 71 | 36 | 30 | 513 | 57 | 66 |
| Binary | 11000001 | 1010011 | 10001000 | 0 | 111001 | 11110 | 11000 | 101001011 | 101111 | 110110 |
Color Harmonies of #C15388
Complementary color
Monochromatic Colors of #C15388
Black with #C15388
Text Example
Text Example
White with #C15388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15388; }
p { color: rgb(193,83,136); }
H1.HeaderClassName
{
color: #C15388;
}
.AnyTagClassName
{
color: #C15388;
}
</style>
background-color css
<style>
a { background-color: #C15388; }
a { background-color: rgb(193,83,136); }
div.DivClassName
{
background-color: #C15388;
}
.BgClassName
{
background-color: #C15388;
}
</style>
border-color css
<style>
span { border-color: #C15388; }
span { border-color: rgb(193,83,136); }
td.TdClassName
{
border-color: #C15388;
}
.TagClassName
{
border-color: #C15388;
}
</style>