Shades of Mulberry #C15A8C
Tints of Mulberry #C15A8C
RGB
CMYK
RGB Variations
Color information
#C15A8C (or 0xC15A8C) is known color: Mulberry. HEX triplet: C1, 5A and 8C. RGB value is (193,90,140). Sum of RGB (Red+Green+Blue) = 193+90+140=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15A8C is #3EA573. Grayscale: #7E7E7E. Windows color (decimal): -4105588 or 9198273. OLE color: 9198273.
HSL color Cylindrical-coordinate representation of color #C15A8C: hue angle of 330.87º 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 #C15A8C is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 90 | 140 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.24 |
| HSL | 330.87º | 0.45% | 0.55% | - |
| HSV(B) | 330.87º | 0.53% | 0.76% | - |
| XYZ | 30.38 | 20.54 | 27.17 | - |
| YUV | 126.5 | 135.62 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 90 | 140 | 0 | 0.53 | 0.27 | 0.24 | 330.87 | 0.45 | 0.55 |
| Hex | C1 | 5A | 8C | 0 | 35 | 1B | 18 | 14B | 2D | 37 |
| Octal | 301 | 132 | 214 | 0 | 65 | 33 | 30 | 513 | 55 | 67 |
| Binary | 11000001 | 1011010 | 10001100 | 0 | 110101 | 11011 | 11000 | 101001011 | 101101 | 110111 |
Color Harmonies of #C15A8C
Complementary color
Monochromatic Colors of #C15A8C
Black with #C15A8C
Text Example
Text Example
White with #C15A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15A8C; }
p { color: rgb(193,90,140); }
H1.HeaderClassName
{
color: #C15A8C;
}
.AnyTagClassName
{
color: #C15A8C;
}
</style>
background-color css
<style>
a { background-color: #C15A8C; }
a { background-color: rgb(193,90,140); }
div.DivClassName
{
background-color: #C15A8C;
}
.BgClassName
{
background-color: #C15A8C;
}
</style>
border-color css
<style>
span { border-color: #C15A8C; }
span { border-color: rgb(193,90,140); }
td.TdClassName
{
border-color: #C15A8C;
}
.TagClassName
{
border-color: #C15A8C;
}
</style>