Shades of Mulberry #C157A0
Tints of Mulberry #C157A0
RGB
CMYK
RGB Variations
Color information
#C157A0 (or 0xC157A0) is known color: Mulberry. HEX triplet: C1, 57 and A0. RGB value is (193,87,160). Sum of RGB (Red+Green+Blue) = 193+87+160=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 87 (34.38% from 255 or 19.77% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 193 - color contains mainly: red. Hex color #C157A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C157A0 is #3EA85F. Grayscale: #7E7E7E. Windows color (decimal): -4106336 or 10508225. OLE color: 10508225.
HSL color Cylindrical-coordinate representation of color #C157A0: hue angle of 318.68º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C157A0 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 87 | 160 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.24 |
| HSL | 318.68º | 0.46% | 0.55% | - |
| HSV(B) | 318.68º | 0.55% | 0.76% | - |
| XYZ | 31.75 | 20.69 | 35.58 | - |
| YUV | 127.02 | 146.62 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 87 | 160 | 0 | 0.55 | 0.17 | 0.24 | 318.68 | 0.46 | 0.55 |
| Hex | C1 | 57 | A0 | 0 | 37 | 11 | 18 | 13F | 2E | 37 |
| Octal | 301 | 127 | 240 | 0 | 67 | 21 | 30 | 477 | 56 | 67 |
| Binary | 11000001 | 1010111 | 10100000 | 0 | 110111 | 10001 | 11000 | 100111111 | 101110 | 110111 |
Color Harmonies of #C157A0
Complementary color
Monochromatic Colors of #C157A0
Black with #C157A0
Text Example
Text Example
White with #C157A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C157A0; }
p { color: rgb(193,87,160); }
H1.HeaderClassName
{
color: #C157A0;
}
.AnyTagClassName
{
color: #C157A0;
}
</style>
background-color css
<style>
a { background-color: #C157A0; }
a { background-color: rgb(193,87,160); }
div.DivClassName
{
background-color: #C157A0;
}
.BgClassName
{
background-color: #C157A0;
}
</style>
border-color css
<style>
span { border-color: #C157A0; }
span { border-color: rgb(193,87,160); }
td.TdClassName
{
border-color: #C157A0;
}
.TagClassName
{
border-color: #C157A0;
}
</style>