Shades of Mulberry #C15295
Tints of Mulberry #C15295
RGB
CMYK
RGB Variations
Color information
#C15295 (or 0xC15295) is known color: Mulberry. HEX triplet: C1, 52 and 95. RGB value is (193,82,149). Sum of RGB (Red+Green+Blue) = 193+82+149=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C15295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15295 is #3EAD6A. Grayscale: #7A7A7A. Windows color (decimal): -4107627 or 9786049. OLE color: 9786049.
HSL color Cylindrical-coordinate representation of color #C15295: hue angle of 323.78º 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 #C15295 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 82 | 149 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.24 |
| HSL | 323.78º | 0.47% | 0.54% | - |
| HSV(B) | 323.78º | 0.58% | 0.76% | - |
| XYZ | 30.43 | 19.54 | 30.6 | - |
| YUV | 122.83 | 142.77 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 149 | 0 | 0.58 | 0.23 | 0.24 | 323.78 | 0.47 | 0.54 |
| Hex | C1 | 52 | 95 | 0 | 3A | 17 | 18 | 144 | 2F | 36 |
| Octal | 301 | 122 | 225 | 0 | 72 | 27 | 30 | 504 | 57 | 66 |
| Binary | 11000001 | 1010010 | 10010101 | 0 | 111010 | 10111 | 11000 | 101000100 | 101111 | 110110 |
Color Harmonies of #C15295
Complementary color
Monochromatic Colors of #C15295
Black with #C15295
Text Example
Text Example
White with #C15295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15295; }
p { color: rgb(193,82,149); }
H1.HeaderClassName
{
color: #C15295;
}
.AnyTagClassName
{
color: #C15295;
}
</style>
background-color css
<style>
a { background-color: #C15295; }
a { background-color: rgb(193,82,149); }
div.DivClassName
{
background-color: #C15295;
}
.BgClassName
{
background-color: #C15295;
}
</style>
border-color css
<style>
span { border-color: #C15295; }
span { border-color: rgb(193,82,149); }
td.TdClassName
{
border-color: #C15295;
}
.TagClassName
{
border-color: #C15295;
}
</style>