Shades of Mulberry #C15482
Tints of Mulberry #C15482
RGB
CMYK
RGB Variations
Color information
#C15482 (or 0xC15482) is known color: Mulberry. HEX triplet: C1, 54 and 82. RGB value is (193,84,130). Sum of RGB (Red+Green+Blue) = 193+84+130=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C15482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15482 is #3EAB7D. Grayscale: #797979. Windows color (decimal): -4107134 or 8541377. OLE color: 8541377.
HSL color Cylindrical-coordinate representation of color #C15482: hue angle of 334.68º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C15482 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 84 | 130 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.24 |
| HSL | 334.68º | 0.47% | 0.54% | - |
| HSV(B) | 334.68º | 0.56% | 0.76% | - |
| XYZ | 29.19 | 19.29 | 23.3 | - |
| YUV | 121.84 | 132.61 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 84 | 130 | 0 | 0.56 | 0.33 | 0.24 | 334.68 | 0.47 | 0.54 |
| Hex | C1 | 54 | 82 | 0 | 38 | 21 | 18 | 14F | 2F | 36 |
| Octal | 301 | 124 | 202 | 0 | 70 | 41 | 30 | 517 | 57 | 66 |
| Binary | 11000001 | 1010100 | 10000010 | 0 | 111000 | 100001 | 11000 | 101001111 | 101111 | 110110 |
Color Harmonies of #C15482
Complementary color
Monochromatic Colors of #C15482
Black with #C15482
Text Example
Text Example
White with #C15482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15482; }
p { color: rgb(193,84,130); }
H1.HeaderClassName
{
color: #C15482;
}
.AnyTagClassName
{
color: #C15482;
}
</style>
background-color css
<style>
a { background-color: #C15482; }
a { background-color: rgb(193,84,130); }
div.DivClassName
{
background-color: #C15482;
}
.BgClassName
{
background-color: #C15482;
}
</style>
border-color css
<style>
span { border-color: #C15482; }
span { border-color: rgb(193,84,130); }
td.TdClassName
{
border-color: #C15482;
}
.TagClassName
{
border-color: #C15482;
}
</style>