Shades of Mulberry #C15282
Tints of Mulberry #C15282
RGB
CMYK
RGB Variations
Color information
#C15282 (or 0xC15282) is known color: Mulberry. HEX triplet: C1, 52 and 82. RGB value is (193,82,130). Sum of RGB (Red+Green+Blue) = 193+82+130=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C15282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15282 is #3EAD7D. Grayscale: #787878. Windows color (decimal): -4107646 or 8540865. OLE color: 8540865.
HSL color Cylindrical-coordinate representation of color #C15282: hue angle of 334.05º 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 #C15282 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 82 | 130 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.24 |
| HSL | 334.05º | 0.47% | 0.54% | - |
| HSV(B) | 334.05º | 0.58% | 0.76% | - |
| XYZ | 29.04 | 18.98 | 23.25 | - |
| YUV | 120.66 | 133.27 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 130 | 0 | 0.58 | 0.33 | 0.24 | 334.05 | 0.47 | 0.54 |
| Hex | C1 | 52 | 82 | 0 | 3A | 21 | 18 | 14E | 2F | 36 |
| Octal | 301 | 122 | 202 | 0 | 72 | 41 | 30 | 516 | 57 | 66 |
| Binary | 11000001 | 1010010 | 10000010 | 0 | 111010 | 100001 | 11000 | 101001110 | 101111 | 110110 |
Color Harmonies of #C15282
Complementary color
Monochromatic Colors of #C15282
Black with #C15282
Text Example
Text Example
White with #C15282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15282; }
p { color: rgb(193,82,130); }
H1.HeaderClassName
{
color: #C15282;
}
.AnyTagClassName
{
color: #C15282;
}
</style>
background-color css
<style>
a { background-color: #C15282; }
a { background-color: rgb(193,82,130); }
div.DivClassName
{
background-color: #C15282;
}
.BgClassName
{
background-color: #C15282;
}
</style>
border-color css
<style>
span { border-color: #C15282; }
span { border-color: rgb(193,82,130); }
td.TdClassName
{
border-color: #C15282;
}
.TagClassName
{
border-color: #C15282;
}
</style>