Shades of Mulberry #C15A89
Tints of Mulberry #C15A89
RGB
CMYK
RGB Variations
Color information
#C15A89 (or 0xC15A89) is known color: Mulberry. HEX triplet: C1, 5A and 89. RGB value is (193,90,137). Sum of RGB (Red+Green+Blue) = 193+90+137=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15A89 is #3EA576. Grayscale: #7E7E7E. Windows color (decimal): -4105591 or 9001665. OLE color: 9001665.
HSL color Cylindrical-coordinate representation of color #C15A89: hue angle of 332.62º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C15A89 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 90 | 137 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.24 |
| HSL | 332.62º | 0.45% | 0.55% | - |
| HSV(B) | 332.62º | 0.53% | 0.76% | - |
| XYZ | 30.16 | 20.46 | 26.03 | - |
| YUV | 126.16 | 134.12 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 90 | 137 | 0 | 0.53 | 0.29 | 0.24 | 332.62 | 0.45 | 0.55 |
| Hex | C1 | 5A | 89 | 0 | 35 | 1D | 18 | 14D | 2D | 37 |
| Octal | 301 | 132 | 211 | 0 | 65 | 35 | 30 | 515 | 55 | 67 |
| Binary | 11000001 | 1011010 | 10001001 | 0 | 110101 | 11101 | 11000 | 101001101 | 101101 | 110111 |
Color Harmonies of #C15A89
Complementary color
Monochromatic Colors of #C15A89
Black with #C15A89
Text Example
Text Example
White with #C15A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15A89; }
p { color: rgb(193,90,137); }
H1.HeaderClassName
{
color: #C15A89;
}
.AnyTagClassName
{
color: #C15A89;
}
</style>
background-color css
<style>
a { background-color: #C15A89; }
a { background-color: rgb(193,90,137); }
div.DivClassName
{
background-color: #C15A89;
}
.BgClassName
{
background-color: #C15A89;
}
</style>
border-color css
<style>
span { border-color: #C15A89; }
span { border-color: rgb(193,90,137); }
td.TdClassName
{
border-color: #C15A89;
}
.TagClassName
{
border-color: #C15A89;
}
</style>