Shades of Mulberry #C15089
Tints of Mulberry #C15089
RGB
CMYK
RGB Variations
Color information
#C15089 (or 0xC15089) is known color: Mulberry. HEX triplet: C1, 50 and 89. RGB value is (193,80,137). Sum of RGB (Red+Green+Blue) = 193+80+137=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 80 (31.64% from 255 or 19.51% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C15089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15089 is #3EAF76. Grayscale: #787878. Windows color (decimal): -4108151 or 8999105. OLE color: 8999105.
HSL color Cylindrical-coordinate representation of color #C15089: hue angle of 329.73º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C15089 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 80 | 137 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.24 |
| HSL | 329.73º | 0.48% | 0.54% | - |
| HSV(B) | 329.73º | 0.59% | 0.76% | - |
| XYZ | 29.38 | 18.88 | 25.76 | - |
| YUV | 120.29 | 137.44 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 80 | 137 | 0 | 0.59 | 0.29 | 0.24 | 329.73 | 0.48 | 0.54 |
| Hex | C1 | 50 | 89 | 0 | 3B | 1D | 18 | 14A | 30 | 36 |
| Octal | 301 | 120 | 211 | 0 | 73 | 35 | 30 | 512 | 60 | 66 |
| Binary | 11000001 | 1010000 | 10001001 | 0 | 111011 | 11101 | 11000 | 101001010 | 110000 | 110110 |
Color Harmonies of #C15089
Complementary color
Monochromatic Colors of #C15089
Black with #C15089
Text Example
Text Example
White with #C15089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15089; }
p { color: rgb(193,80,137); }
H1.HeaderClassName
{
color: #C15089;
}
.AnyTagClassName
{
color: #C15089;
}
</style>
background-color css
<style>
a { background-color: #C15089; }
a { background-color: rgb(193,80,137); }
div.DivClassName
{
background-color: #C15089;
}
.BgClassName
{
background-color: #C15089;
}
</style>
border-color css
<style>
span { border-color: #C15089; }
span { border-color: rgb(193,80,137); }
td.TdClassName
{
border-color: #C15089;
}
.TagClassName
{
border-color: #C15089;
}
</style>