Shades of Mulberry #C15B98
Tints of Mulberry #C15B98
RGB
CMYK
RGB Variations
Color information
#C15B98 (or 0xC15B98) is known color: Mulberry. HEX triplet: C1, 5B and 98. RGB value is (193,91,152). Sum of RGB (Red+Green+Blue) = 193+91+152=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C15B98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15B98 is #3EA467. Grayscale: #808080. Windows color (decimal): -4105320 or 9984961. OLE color: 9984961.
HSL color Cylindrical-coordinate representation of color #C15B98: hue angle of 324.12º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C15B98 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 91 | 152 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.24 |
| HSL | 324.12º | 0.45% | 0.56% | - |
| HSV(B) | 324.12º | 0.53% | 0.76% | - |
| XYZ | 31.4 | 21.09 | 32.12 | - |
| YUV | 128.45 | 141.29 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 91 | 152 | 0 | 0.53 | 0.21 | 0.24 | 324.12 | 0.45 | 0.56 |
| Hex | C1 | 5B | 98 | 0 | 35 | 15 | 18 | 144 | 2D | 38 |
| Octal | 301 | 133 | 230 | 0 | 65 | 25 | 30 | 504 | 55 | 70 |
| Binary | 11000001 | 1011011 | 10011000 | 0 | 110101 | 10101 | 11000 | 101000100 | 101101 | 111000 |
Color Harmonies of #C15B98
Complementary color
Monochromatic Colors of #C15B98
Black with #C15B98
Text Example
Text Example
White with #C15B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15B98; }
p { color: rgb(193,91,152); }
H1.HeaderClassName
{
color: #C15B98;
}
.AnyTagClassName
{
color: #C15B98;
}
</style>
background-color css
<style>
a { background-color: #C15B98; }
a { background-color: rgb(193,91,152); }
div.DivClassName
{
background-color: #C15B98;
}
.BgClassName
{
background-color: #C15B98;
}
</style>
border-color css
<style>
span { border-color: #C15B98; }
span { border-color: rgb(193,91,152); }
td.TdClassName
{
border-color: #C15B98;
}
.TagClassName
{
border-color: #C15B98;
}
</style>