Shades of Mulberry #C15598
Tints of Mulberry #C15598
RGB
CMYK
RGB Variations
Color information
#C15598 (or 0xC15598) is known color: Mulberry. HEX triplet: C1, 55 and 98. RGB value is (193,85,152). Sum of RGB (Red+Green+Blue) = 193+85+152=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 152 (59.77% from 255 or 35.35% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C15598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15598 is #3EAA67. Grayscale: #7C7C7C. Windows color (decimal): -4106856 or 9983425. OLE color: 9983425.
HSL color Cylindrical-coordinate representation of color #C15598: hue angle of 322.78º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C15598 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 85 | 152 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.24 |
| HSL | 322.78º | 0.47% | 0.55% | - |
| HSV(B) | 322.78º | 0.56% | 0.76% | - |
| XYZ | 30.91 | 20.1 | 31.96 | - |
| YUV | 124.93 | 143.28 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 152 | 0 | 0.56 | 0.21 | 0.24 | 322.78 | 0.47 | 0.55 |
| Hex | C1 | 55 | 98 | 0 | 38 | 15 | 18 | 143 | 2F | 37 |
| Octal | 301 | 125 | 230 | 0 | 70 | 25 | 30 | 503 | 57 | 67 |
| Binary | 11000001 | 1010101 | 10011000 | 0 | 111000 | 10101 | 11000 | 101000011 | 101111 | 110111 |
Color Harmonies of #C15598
Complementary color
Monochromatic Colors of #C15598
Black with #C15598
Text Example
Text Example
White with #C15598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15598; }
p { color: rgb(193,85,152); }
H1.HeaderClassName
{
color: #C15598;
}
.AnyTagClassName
{
color: #C15598;
}
</style>
background-color css
<style>
a { background-color: #C15598; }
a { background-color: rgb(193,85,152); }
div.DivClassName
{
background-color: #C15598;
}
.BgClassName
{
background-color: #C15598;
}
</style>
border-color css
<style>
span { border-color: #C15598; }
span { border-color: rgb(193,85,152); }
td.TdClassName
{
border-color: #C15598;
}
.TagClassName
{
border-color: #C15598;
}
</style>