Shades of Mulberry #C15A8A
Tints of Mulberry #C15A8A
RGB
CMYK
RGB Variations
Color information
#C15A8A (or 0xC15A8A) is known color: Mulberry. HEX triplet: C1, 5A and 8A. RGB value is (193,90,138). Sum of RGB (Red+Green+Blue) = 193+90+138=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15A8A is #3EA575. Grayscale: #7E7E7E. Windows color (decimal): -4105590 or 9067201. OLE color: 9067201.
HSL color Cylindrical-coordinate representation of color #C15A8A: hue angle of 332.04º 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 #C15A8A is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 90 | 138 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.24 |
| HSL | 332.04º | 0.45% | 0.55% | - |
| HSV(B) | 332.04º | 0.53% | 0.76% | - |
| XYZ | 30.24 | 20.48 | 26.41 | - |
| YUV | 126.27 | 134.62 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 90 | 138 | 0 | 0.53 | 0.28 | 0.24 | 332.04 | 0.45 | 0.55 |
| Hex | C1 | 5A | 8A | 0 | 35 | 1C | 18 | 14C | 2D | 37 |
| Octal | 301 | 132 | 212 | 0 | 65 | 34 | 30 | 514 | 55 | 67 |
| Binary | 11000001 | 1011010 | 10001010 | 0 | 110101 | 11100 | 11000 | 101001100 | 101101 | 110111 |
Color Harmonies of #C15A8A
Complementary color
Monochromatic Colors of #C15A8A
Black with #C15A8A
Text Example
Text Example
White with #C15A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15A8A; }
p { color: rgb(193,90,138); }
H1.HeaderClassName
{
color: #C15A8A;
}
.AnyTagClassName
{
color: #C15A8A;
}
</style>
background-color css
<style>
a { background-color: #C15A8A; }
a { background-color: rgb(193,90,138); }
div.DivClassName
{
background-color: #C15A8A;
}
.BgClassName
{
background-color: #C15A8A;
}
</style>
border-color css
<style>
span { border-color: #C15A8A; }
span { border-color: rgb(193,90,138); }
td.TdClassName
{
border-color: #C15A8A;
}
.TagClassName
{
border-color: #C15A8A;
}
</style>