Shades of Mulberry #C15F9F
Tints of Mulberry #C15F9F
RGB
CMYK
RGB Variations
Color information
#C15F9F (or 0xC15F9F) is known color: Mulberry. HEX triplet: C1, 5F and 9F. RGB value is (193,95,159). Sum of RGB (Red+Green+Blue) = 193+95+159=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 95 (37.5% from 255 or 21.25% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15F9F is #3EA060. Grayscale: #838383. Windows color (decimal): -4104289 or 10444737. OLE color: 10444737.
HSL color Cylindrical-coordinate representation of color #C15F9F: hue angle of 320.82º 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 #C15F9F is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 95 | 159 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.24 |
| HSL | 320.82º | 0.44% | 0.56% | - |
| HSV(B) | 320.82º | 0.51% | 0.76% | - |
| XYZ | 32.34 | 22.03 | 35.35 | - |
| YUV | 131.6 | 143.47 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 95 | 159 | 0 | 0.51 | 0.18 | 0.24 | 320.82 | 0.44 | 0.56 |
| Hex | C1 | 5F | 9F | 0 | 33 | 12 | 18 | 141 | 2C | 38 |
| Octal | 301 | 137 | 237 | 0 | 63 | 22 | 30 | 501 | 54 | 70 |
| Binary | 11000001 | 1011111 | 10011111 | 0 | 110011 | 10010 | 11000 | 101000001 | 101100 | 111000 |
Color Harmonies of #C15F9F
Complementary color
Monochromatic Colors of #C15F9F
Black with #C15F9F
Text Example
Text Example
White with #C15F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15F9F; }
p { color: rgb(193,95,159); }
H1.HeaderClassName
{
color: #C15F9F;
}
.AnyTagClassName
{
color: #C15F9F;
}
</style>
background-color css
<style>
a { background-color: #C15F9F; }
a { background-color: rgb(193,95,159); }
div.DivClassName
{
background-color: #C15F9F;
}
.BgClassName
{
background-color: #C15F9F;
}
</style>
border-color css
<style>
span { border-color: #C15F9F; }
span { border-color: rgb(193,95,159); }
td.TdClassName
{
border-color: #C15F9F;
}
.TagClassName
{
border-color: #C15F9F;
}
</style>