Shades of Mulberry #C5599C
Tints of Mulberry #C5599C
RGB
CMYK
RGB Variations
Color information
#C5599C (or 0xC5599C) is known color: Mulberry. HEX triplet: C5, 59 and 9C. RGB value is (197,89,156). Sum of RGB (Red+Green+Blue) = 197+89+156=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 156 (61.33% from 255 or 35.29% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C5599C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5599C is #3AA663. Grayscale: #808080. Windows color (decimal): -3843684 or 10246597. OLE color: 10246597.
HSL color Cylindrical-coordinate representation of color #C5599C: hue angle of 322.78º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C5599C is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 89 | 156 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.23 |
| HSL | 322.78º | 0.48% | 0.56% | - |
| HSV(B) | 322.78º | 0.55% | 0.77% | - |
| XYZ | 32.6 | 21.42 | 33.87 | - |
| YUV | 128.93 | 143.28 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 156 | 0 | 0.55 | 0.21 | 0.23 | 322.78 | 0.48 | 0.56 |
| Hex | C5 | 59 | 9C | 0 | 37 | 15 | 17 | 143 | 30 | 38 |
| Octal | 305 | 131 | 234 | 0 | 67 | 25 | 27 | 503 | 60 | 70 |
| Binary | 11000101 | 1011001 | 10011100 | 0 | 110111 | 10101 | 10111 | 101000011 | 110000 | 111000 |
Color Harmonies of #C5599C
Complementary color
Monochromatic Colors of #C5599C
Black with #C5599C
Text Example
Text Example
White with #C5599C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5599C; }
p { color: rgb(197,89,156); }
H1.HeaderClassName
{
color: #C5599C;
}
.AnyTagClassName
{
color: #C5599C;
}
</style>
background-color css
<style>
a { background-color: #C5599C; }
a { background-color: rgb(197,89,156); }
div.DivClassName
{
background-color: #C5599C;
}
.BgClassName
{
background-color: #C5599C;
}
</style>
border-color css
<style>
span { border-color: #C5599C; }
span { border-color: rgb(197,89,156); }
td.TdClassName
{
border-color: #C5599C;
}
.TagClassName
{
border-color: #C5599C;
}
</style>