Shades of Mulberry #C15F99
Tints of Mulberry #C15F99
RGB
CMYK
RGB Variations
Color information
#C15F99 (or 0xC15F99) is known color: Mulberry. HEX triplet: C1, 5F and 99. RGB value is (193,95,153). Sum of RGB (Red+Green+Blue) = 193+95+153=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 153 (60.16% from 255 or 34.69% from 441); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15F99 is #3EA066. Grayscale: #828282. Windows color (decimal): -4104295 or 10051521. OLE color: 10051521.
HSL color Cylindrical-coordinate representation of color #C15F99: hue angle of 324.49º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C15F99 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 95 | 153 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.24 |
| HSL | 324.49º | 0.44% | 0.56% | - |
| HSV(B) | 324.49º | 0.51% | 0.76% | - |
| XYZ | 31.83 | 21.82 | 32.67 | - |
| YUV | 130.91 | 140.47 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 95 | 153 | 0 | 0.51 | 0.21 | 0.24 | 324.49 | 0.44 | 0.56 |
| Hex | C1 | 5F | 99 | 0 | 33 | 15 | 18 | 144 | 2C | 38 |
| Octal | 301 | 137 | 231 | 0 | 63 | 25 | 30 | 504 | 54 | 70 |
| Binary | 11000001 | 1011111 | 10011001 | 0 | 110011 | 10101 | 11000 | 101000100 | 101100 | 111000 |
Color Harmonies of #C15F99
Complementary color
Monochromatic Colors of #C15F99
Black with #C15F99
Text Example
Text Example
White with #C15F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15F99; }
p { color: rgb(193,95,153); }
H1.HeaderClassName
{
color: #C15F99;
}
.AnyTagClassName
{
color: #C15F99;
}
</style>
background-color css
<style>
a { background-color: #C15F99; }
a { background-color: rgb(193,95,153); }
div.DivClassName
{
background-color: #C15F99;
}
.BgClassName
{
background-color: #C15F99;
}
</style>
border-color css
<style>
span { border-color: #C15F99; }
span { border-color: rgb(193,95,153); }
td.TdClassName
{
border-color: #C15F99;
}
.TagClassName
{
border-color: #C15F99;
}
</style>