Shades of Mulberry #C15C99
Tints of Mulberry #C15C99
RGB
CMYK
RGB Variations
Color information
#C15C99 (or 0xC15C99) is known color: Mulberry. HEX triplet: C1, 5C and 99. RGB value is (193,92,153). Sum of RGB (Red+Green+Blue) = 193+92+153=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 92 (36.33% from 255 or 21.00% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C15C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15C99 is #3EA366. Grayscale: #818181. Windows color (decimal): -4105063 or 10050753. OLE color: 10050753.
HSL color Cylindrical-coordinate representation of color #C15C99: hue angle of 323.76º 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 #C15C99 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 92 | 153 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.24 |
| HSL | 323.76º | 0.45% | 0.56% | - |
| HSV(B) | 323.76º | 0.52% | 0.76% | - |
| XYZ | 31.57 | 21.29 | 32.58 | - |
| YUV | 129.15 | 141.46 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 92 | 153 | 0 | 0.52 | 0.21 | 0.24 | 323.76 | 0.45 | 0.56 |
| Hex | C1 | 5C | 99 | 0 | 34 | 15 | 18 | 144 | 2D | 38 |
| Octal | 301 | 134 | 231 | 0 | 64 | 25 | 30 | 504 | 55 | 70 |
| Binary | 11000001 | 1011100 | 10011001 | 0 | 110100 | 10101 | 11000 | 101000100 | 101101 | 111000 |
Color Harmonies of #C15C99
Complementary color
Monochromatic Colors of #C15C99
Black with #C15C99
Text Example
Text Example
White with #C15C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15C99; }
p { color: rgb(193,92,153); }
H1.HeaderClassName
{
color: #C15C99;
}
.AnyTagClassName
{
color: #C15C99;
}
</style>
background-color css
<style>
a { background-color: #C15C99; }
a { background-color: rgb(193,92,153); }
div.DivClassName
{
background-color: #C15C99;
}
.BgClassName
{
background-color: #C15C99;
}
</style>
border-color css
<style>
span { border-color: #C15C99; }
span { border-color: rgb(193,92,153); }
td.TdClassName
{
border-color: #C15C99;
}
.TagClassName
{
border-color: #C15C99;
}
</style>