Shades of Mulberry #C15B9A
Tints of Mulberry #C15B9A
RGB
CMYK
RGB Variations
Color information
#C15B9A (or 0xC15B9A) is known color: Mulberry. HEX triplet: C1, 5B and 9A. RGB value is (193,91,154). Sum of RGB (Red+Green+Blue) = 193+91+154=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 91 (35.94% from 255 or 20.78% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C15B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15B9A is #3EA465. Grayscale: #808080. Windows color (decimal): -4105318 or 10116033. OLE color: 10116033.
HSL color Cylindrical-coordinate representation of color #C15B9A: hue angle of 322.94º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C15B9A is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 91 | 154 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.24 |
| HSL | 322.94º | 0.45% | 0.56% | - |
| HSV(B) | 322.94º | 0.53% | 0.76% | - |
| XYZ | 31.57 | 21.15 | 32.99 | - |
| YUV | 128.68 | 142.29 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 91 | 154 | 0 | 0.53 | 0.20 | 0.24 | 322.94 | 0.45 | 0.56 |
| Hex | C1 | 5B | 9A | 0 | 35 | 14 | 18 | 143 | 2D | 38 |
| Octal | 301 | 133 | 232 | 0 | 65 | 24 | 30 | 503 | 55 | 70 |
| Binary | 11000001 | 1011011 | 10011010 | 0 | 110101 | 10100 | 11000 | 101000011 | 101101 | 111000 |
Color Harmonies of #C15B9A
Complementary color
Monochromatic Colors of #C15B9A
Black with #C15B9A
Text Example
Text Example
White with #C15B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15B9A; }
p { color: rgb(193,91,154); }
H1.HeaderClassName
{
color: #C15B9A;
}
.AnyTagClassName
{
color: #C15B9A;
}
</style>
background-color css
<style>
a { background-color: #C15B9A; }
a { background-color: rgb(193,91,154); }
div.DivClassName
{
background-color: #C15B9A;
}
.BgClassName
{
background-color: #C15B9A;
}
</style>
border-color css
<style>
span { border-color: #C15B9A; }
span { border-color: rgb(193,91,154); }
td.TdClassName
{
border-color: #C15B9A;
}
.TagClassName
{
border-color: #C15B9A;
}
</style>