Shades of Mulberry #C15289
Tints of Mulberry #C15289
RGB
CMYK
RGB Variations
Color information
#C15289 (or 0xC15289) is known color: Mulberry. HEX triplet: C1, 52 and 89. RGB value is (193,82,137). Sum of RGB (Red+Green+Blue) = 193+82+137=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C15289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15289 is #3EAD76. Grayscale: #797979. Windows color (decimal): -4107639 or 8999617. OLE color: 8999617.
HSL color Cylindrical-coordinate representation of color #C15289: hue angle of 330.27º 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 #C15289 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 82 | 137 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.24 |
| HSL | 330.27º | 0.47% | 0.54% | - |
| HSV(B) | 330.27º | 0.58% | 0.76% | - |
| XYZ | 29.52 | 19.18 | 25.81 | - |
| YUV | 121.46 | 136.77 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 137 | 0 | 0.58 | 0.29 | 0.24 | 330.27 | 0.47 | 0.54 |
| Hex | C1 | 52 | 89 | 0 | 3A | 1D | 18 | 14A | 2F | 36 |
| Octal | 301 | 122 | 211 | 0 | 72 | 35 | 30 | 512 | 57 | 66 |
| Binary | 11000001 | 1010010 | 10001001 | 0 | 111010 | 11101 | 11000 | 101001010 | 101111 | 110110 |
Color Harmonies of #C15289
Complementary color
Monochromatic Colors of #C15289
Black with #C15289
Text Example
Text Example
White with #C15289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15289; }
p { color: rgb(193,82,137); }
H1.HeaderClassName
{
color: #C15289;
}
.AnyTagClassName
{
color: #C15289;
}
</style>
background-color css
<style>
a { background-color: #C15289; }
a { background-color: rgb(193,82,137); }
div.DivClassName
{
background-color: #C15289;
}
.BgClassName
{
background-color: #C15289;
}
</style>
border-color css
<style>
span { border-color: #C15289; }
span { border-color: rgb(193,82,137); }
td.TdClassName
{
border-color: #C15289;
}
.TagClassName
{
border-color: #C15289;
}
</style>