Shades of Mulberry #C152A0
Tints of Mulberry #C152A0
RGB
CMYK
RGB Variations
Color information
#C152A0 (or 0xC152A0) is known color: Mulberry. HEX triplet: C1, 52 and A0. RGB value is (193,82,160). Sum of RGB (Red+Green+Blue) = 193+82+160=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C152A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C152A0 is #3EAD5F. Grayscale: #7B7B7B. Windows color (decimal): -4107616 or 10506945. OLE color: 10506945.
HSL color Cylindrical-coordinate representation of color #C152A0: hue angle of 317.84º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C152A0 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 82 | 160 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.24 |
| HSL | 317.84º | 0.47% | 0.54% | - |
| HSV(B) | 317.84º | 0.58% | 0.76% | - |
| XYZ | 31.35 | 19.91 | 35.45 | - |
| YUV | 124.08 | 148.27 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 160 | 0 | 0.58 | 0.17 | 0.24 | 317.84 | 0.47 | 0.54 |
| Hex | C1 | 52 | A0 | 0 | 3A | 11 | 18 | 13E | 2F | 36 |
| Octal | 301 | 122 | 240 | 0 | 72 | 21 | 30 | 476 | 57 | 66 |
| Binary | 11000001 | 1010010 | 10100000 | 0 | 111010 | 10001 | 11000 | 100111110 | 101111 | 110110 |
Color Harmonies of #C152A0
Complementary color
Monochromatic Colors of #C152A0
Black with #C152A0
Text Example
Text Example
White with #C152A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C152A0; }
p { color: rgb(193,82,160); }
H1.HeaderClassName
{
color: #C152A0;
}
.AnyTagClassName
{
color: #C152A0;
}
</style>
background-color css
<style>
a { background-color: #C152A0; }
a { background-color: rgb(193,82,160); }
div.DivClassName
{
background-color: #C152A0;
}
.BgClassName
{
background-color: #C152A0;
}
</style>
border-color css
<style>
span { border-color: #C152A0; }
span { border-color: rgb(193,82,160); }
td.TdClassName
{
border-color: #C152A0;
}
.TagClassName
{
border-color: #C152A0;
}
</style>