Shades of Mulberry #C1599C
Tints of Mulberry #C1599C
RGB
CMYK
RGB Variations
Color information
#C1599C (or 0xC1599C) is known color: Mulberry. HEX triplet: C1, 59 and 9C. RGB value is (193,89,156). Sum of RGB (Red+Green+Blue) = 193+89+156=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C1599C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1599C is #3EA663. Grayscale: #7F7F7F. Windows color (decimal): -4105828 or 10246593. OLE color: 10246593.
HSL color Cylindrical-coordinate representation of color #C1599C: hue angle of 321.35º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C1599C is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 89 | 156 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.24 |
| HSL | 321.35º | 0.46% | 0.55% | - |
| HSV(B) | 321.35º | 0.54% | 0.76% | - |
| XYZ | 31.57 | 20.88 | 33.82 | - |
| YUV | 127.73 | 143.96 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 89 | 156 | 0 | 0.54 | 0.19 | 0.24 | 321.35 | 0.46 | 0.55 |
| Hex | C1 | 59 | 9C | 0 | 36 | 13 | 18 | 141 | 2E | 37 |
| Octal | 301 | 131 | 234 | 0 | 66 | 23 | 30 | 501 | 56 | 67 |
| Binary | 11000001 | 1011001 | 10011100 | 0 | 110110 | 10011 | 11000 | 101000001 | 101110 | 110111 |
Color Harmonies of #C1599C
Complementary color
Monochromatic Colors of #C1599C
Black with #C1599C
Text Example
Text Example
White with #C1599C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1599C; }
p { color: rgb(193,89,156); }
H1.HeaderClassName
{
color: #C1599C;
}
.AnyTagClassName
{
color: #C1599C;
}
</style>
background-color css
<style>
a { background-color: #C1599C; }
a { background-color: rgb(193,89,156); }
div.DivClassName
{
background-color: #C1599C;
}
.BgClassName
{
background-color: #C1599C;
}
</style>
border-color css
<style>
span { border-color: #C1599C; }
span { border-color: rgb(193,89,156); }
td.TdClassName
{
border-color: #C1599C;
}
.TagClassName
{
border-color: #C1599C;
}
</style>