Shades of Mulberry #C158A3
Tints of Mulberry #C158A3
RGB
CMYK
RGB Variations
Color information
#C158A3 (or 0xC158A3) is known color: Mulberry. HEX triplet: C1, 58 and A3. RGB value is (193,88,163). Sum of RGB (Red+Green+Blue) = 193+88+163=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 163 (64.06% from 255 or 36.71% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C158A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C158A3 is #3EA75C. Grayscale: #7F7F7F. Windows color (decimal): -4106077 or 10705089. OLE color: 10705089.
HSL color Cylindrical-coordinate representation of color #C158A3: hue angle of 317.14º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C158A3 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 88 | 163 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.24 |
| HSL | 317.14º | 0.46% | 0.55% | - |
| HSV(B) | 317.14º | 0.54% | 0.76% | - |
| XYZ | 32.09 | 20.96 | 37 | - |
| YUV | 127.95 | 147.79 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 88 | 163 | 0 | 0.54 | 0.16 | 0.24 | 317.14 | 0.46 | 0.55 |
| Hex | C1 | 58 | A3 | 0 | 36 | 10 | 18 | 13D | 2E | 37 |
| Octal | 301 | 130 | 243 | 0 | 66 | 20 | 30 | 475 | 56 | 67 |
| Binary | 11000001 | 1011000 | 10100011 | 0 | 110110 | 10000 | 11000 | 100111101 | 101110 | 110111 |
Color Harmonies of #C158A3
Complementary color
Monochromatic Colors of #C158A3
Black with #C158A3
Text Example
Text Example
White with #C158A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C158A3; }
p { color: rgb(193,88,163); }
H1.HeaderClassName
{
color: #C158A3;
}
.AnyTagClassName
{
color: #C158A3;
}
</style>
background-color css
<style>
a { background-color: #C158A3; }
a { background-color: rgb(193,88,163); }
div.DivClassName
{
background-color: #C158A3;
}
.BgClassName
{
background-color: #C158A3;
}
</style>
border-color css
<style>
span { border-color: #C158A3; }
span { border-color: rgb(193,88,163); }
td.TdClassName
{
border-color: #C158A3;
}
.TagClassName
{
border-color: #C158A3;
}
</style>