Shades of Mulberry #C55593
Tints of Mulberry #C55593
RGB
CMYK
RGB Variations
Color information
#C55593 (or 0xC55593) is known color: Mulberry. HEX triplet: C5, 55 and 93. RGB value is (197,85,147). Sum of RGB (Red+Green+Blue) = 197+85+147=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C55593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55593 is #3AAA6C. Grayscale: #7D7D7D. Windows color (decimal): -3844717 or 9655749. OLE color: 9655749.
HSL color Cylindrical-coordinate representation of color #C55593: hue angle of 326.79º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C55593 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 147 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.23 |
| HSL | 326.79º | 0.49% | 0.55% | - |
| HSV(B) | 326.79º | 0.57% | 0.77% | - |
| XYZ | 31.54 | 20.47 | 29.89 | - |
| YUV | 125.56 | 140.11 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 147 | 0 | 0.57 | 0.25 | 0.23 | 326.79 | 0.49 | 0.55 |
| Hex | C5 | 55 | 93 | 0 | 39 | 19 | 17 | 147 | 31 | 37 |
| Octal | 305 | 125 | 223 | 0 | 71 | 31 | 27 | 507 | 61 | 67 |
| Binary | 11000101 | 1010101 | 10010011 | 0 | 111001 | 11001 | 10111 | 101000111 | 110001 | 110111 |
Color Harmonies of #C55593
Complementary color
Monochromatic Colors of #C55593
Black with #C55593
Text Example
Text Example
White with #C55593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55593; }
p { color: rgb(197,85,147); }
H1.HeaderClassName
{
color: #C55593;
}
.AnyTagClassName
{
color: #C55593;
}
</style>
background-color css
<style>
a { background-color: #C55593; }
a { background-color: rgb(197,85,147); }
div.DivClassName
{
background-color: #C55593;
}
.BgClassName
{
background-color: #C55593;
}
</style>
border-color css
<style>
span { border-color: #C55593; }
span { border-color: rgb(197,85,147); }
td.TdClassName
{
border-color: #C55593;
}
.TagClassName
{
border-color: #C55593;
}
</style>