Shades of Mulberry #C15183
Tints of Mulberry #C15183
RGB
CMYK
RGB Variations
Color information
#C15183 (or 0xC15183) is known color: Mulberry. HEX triplet: C1, 51 and 83. RGB value is (193,81,131). Sum of RGB (Red+Green+Blue) = 193+81+131=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 81 (32.03% from 255 or 20% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C15183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15183 is #3EAE7C. Grayscale: #787878. Windows color (decimal): -4107901 or 8606145. OLE color: 8606145.
HSL color Cylindrical-coordinate representation of color #C15183: hue angle of 333.21º 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 #C15183 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 81 | 131 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.24 |
| HSL | 333.21º | 0.47% | 0.54% | - |
| HSV(B) | 333.21º | 0.58% | 0.76% | - |
| XYZ | 29.03 | 18.86 | 23.58 | - |
| YUV | 120.19 | 134.11 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 81 | 131 | 0 | 0.58 | 0.32 | 0.24 | 333.21 | 0.47 | 0.54 |
| Hex | C1 | 51 | 83 | 0 | 3A | 20 | 18 | 14D | 2F | 36 |
| Octal | 301 | 121 | 203 | 0 | 72 | 40 | 30 | 515 | 57 | 66 |
| Binary | 11000001 | 1010001 | 10000011 | 0 | 111010 | 100000 | 11000 | 101001101 | 101111 | 110110 |
Color Harmonies of #C15183
Complementary color
Monochromatic Colors of #C15183
Black with #C15183
Text Example
Text Example
White with #C15183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15183; }
p { color: rgb(193,81,131); }
H1.HeaderClassName
{
color: #C15183;
}
.AnyTagClassName
{
color: #C15183;
}
</style>
background-color css
<style>
a { background-color: #C15183; }
a { background-color: rgb(193,81,131); }
div.DivClassName
{
background-color: #C15183;
}
.BgClassName
{
background-color: #C15183;
}
</style>
border-color css
<style>
span { border-color: #C15183; }
span { border-color: rgb(193,81,131); }
td.TdClassName
{
border-color: #C15183;
}
.TagClassName
{
border-color: #C15183;
}
</style>