Shades of Mulberry #C15281
Tints of Mulberry #C15281
RGB
CMYK
RGB Variations
Color information
#C15281 (or 0xC15281) is known color: Mulberry. HEX triplet: C1, 52 and 81. RGB value is (193,82,129). Sum of RGB (Red+Green+Blue) = 193+82+129=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C15281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15281 is #3EAD7E. Grayscale: #787878. Windows color (decimal): -4107647 or 8475329. OLE color: 8475329.
HSL color Cylindrical-coordinate representation of color #C15281: hue angle of 334.59º 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 #C15281 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 82 | 129 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.24 |
| HSL | 334.59º | 0.47% | 0.54% | - |
| HSV(B) | 334.59º | 0.58% | 0.76% | - |
| XYZ | 28.97 | 18.96 | 22.9 | - |
| YUV | 120.55 | 132.77 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 129 | 0 | 0.58 | 0.33 | 0.24 | 334.59 | 0.47 | 0.54 |
| Hex | C1 | 52 | 81 | 0 | 3A | 21 | 18 | 14F | 2F | 36 |
| Octal | 301 | 122 | 201 | 0 | 72 | 41 | 30 | 517 | 57 | 66 |
| Binary | 11000001 | 1010010 | 10000001 | 0 | 111010 | 100001 | 11000 | 101001111 | 101111 | 110110 |
Color Harmonies of #C15281
Complementary color
Monochromatic Colors of #C15281
Black with #C15281
Text Example
Text Example
White with #C15281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15281; }
p { color: rgb(193,82,129); }
H1.HeaderClassName
{
color: #C15281;
}
.AnyTagClassName
{
color: #C15281;
}
</style>
background-color css
<style>
a { background-color: #C15281; }
a { background-color: rgb(193,82,129); }
div.DivClassName
{
background-color: #C15281;
}
.BgClassName
{
background-color: #C15281;
}
</style>
border-color css
<style>
span { border-color: #C15281; }
span { border-color: rgb(193,82,129); }
td.TdClassName
{
border-color: #C15281;
}
.TagClassName
{
border-color: #C15281;
}
</style>