Shades of Mulberry #C158A6
Tints of Mulberry #C158A6
RGB
CMYK
RGB Variations
Color information
#C158A6 (or 0xC158A6) is known color: Mulberry. HEX triplet: C1, 58 and A6. RGB value is (193,88,166). Sum of RGB (Red+Green+Blue) = 193+88+166=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 88 (34.77% from 255 or 19.69% from 447); Blue value is 166 (65.23% from 255 or 37.14% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C158A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C158A6 is #3EA759. Grayscale: #808080. Windows color (decimal): -4106074 or 10901697. OLE color: 10901697.
HSL color Cylindrical-coordinate representation of color #C158A6: hue angle of 315.43º 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 #C158A6 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 88 | 166 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.24 |
| HSL | 315.43º | 0.46% | 0.55% | - |
| HSV(B) | 315.43º | 0.54% | 0.76% | - |
| XYZ | 32.36 | 21.07 | 38.44 | - |
| YUV | 128.29 | 149.29 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 88 | 166 | 0 | 0.54 | 0.14 | 0.24 | 315.43 | 0.46 | 0.55 |
| Hex | C1 | 58 | A6 | 0 | 36 | E | 18 | 13B | 2E | 37 |
| Octal | 301 | 130 | 246 | 0 | 66 | 16 | 30 | 473 | 56 | 67 |
| Binary | 11000001 | 1011000 | 10100110 | 0 | 110110 | 1110 | 11000 | 100111011 | 101110 | 110111 |
Color Harmonies of #C158A6
Complementary color
Monochromatic Colors of #C158A6
Black with #C158A6
Text Example
Text Example
White with #C158A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C158A6; }
p { color: rgb(193,88,166); }
H1.HeaderClassName
{
color: #C158A6;
}
.AnyTagClassName
{
color: #C158A6;
}
</style>
background-color css
<style>
a { background-color: #C158A6; }
a { background-color: rgb(193,88,166); }
div.DivClassName
{
background-color: #C158A6;
}
.BgClassName
{
background-color: #C158A6;
}
</style>
border-color css
<style>
span { border-color: #C158A6; }
span { border-color: rgb(193,88,166); }
td.TdClassName
{
border-color: #C158A6;
}
.TagClassName
{
border-color: #C158A6;
}
</style>