Shades of Mulberry #C15085
Tints of Mulberry #C15085
RGB
CMYK
RGB Variations
Color information
#C15085 (or 0xC15085) is known color: Mulberry. HEX triplet: C1, 50 and 85. RGB value is (193,80,133). Sum of RGB (Red+Green+Blue) = 193+80+133=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C15085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15085 is #3EAF7A. Grayscale: #777777. Windows color (decimal): -4108155 or 8736961. OLE color: 8736961.
HSL color Cylindrical-coordinate representation of color #C15085: hue angle of 331.86º 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 #C15085 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 80 | 133 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.24 |
| HSL | 331.86º | 0.48% | 0.54% | - |
| HSV(B) | 331.86º | 0.59% | 0.76% | - |
| XYZ | 29.09 | 18.77 | 24.28 | - |
| YUV | 119.83 | 135.44 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 80 | 133 | 0 | 0.59 | 0.31 | 0.24 | 331.86 | 0.48 | 0.54 |
| Hex | C1 | 50 | 85 | 0 | 3B | 1F | 18 | 14C | 30 | 36 |
| Octal | 301 | 120 | 205 | 0 | 73 | 37 | 30 | 514 | 60 | 66 |
| Binary | 11000001 | 1010000 | 10000101 | 0 | 111011 | 11111 | 11000 | 101001100 | 110000 | 110110 |
Color Harmonies of #C15085
Complementary color
Monochromatic Colors of #C15085
Black with #C15085
Text Example
Text Example
White with #C15085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15085; }
p { color: rgb(193,80,133); }
H1.HeaderClassName
{
color: #C15085;
}
.AnyTagClassName
{
color: #C15085;
}
</style>
background-color css
<style>
a { background-color: #C15085; }
a { background-color: rgb(193,80,133); }
div.DivClassName
{
background-color: #C15085;
}
.BgClassName
{
background-color: #C15085;
}
</style>
border-color css
<style>
span { border-color: #C15085; }
span { border-color: rgb(193,80,133); }
td.TdClassName
{
border-color: #C15085;
}
.TagClassName
{
border-color: #C15085;
}
</style>