Shades of Mulberry #C55B93
Tints of Mulberry #C55B93
RGB
CMYK
RGB Variations
Color information
#C55B93 (or 0xC55B93) is known color: Mulberry. HEX triplet: C5, 5B and 93. RGB value is (197,91,147). Sum of RGB (Red+Green+Blue) = 197+91+147=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 91 (35.94% from 255 or 20.92% from 435); Blue value is 147 (57.81% from 255 or 33.79% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55B93 is #3AA46C. Grayscale: #808080. Windows color (decimal): -3843181 or 9657285. OLE color: 9657285.
HSL color Cylindrical-coordinate representation of color #C55B93: hue angle of 328.3º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C55B93 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 91 | 147 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.23 |
| HSL | 328.3º | 0.48% | 0.56% | - |
| HSV(B) | 328.3º | 0.54% | 0.77% | - |
| XYZ | 32.03 | 21.46 | 30.06 | - |
| YUV | 129.08 | 138.12 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 91 | 147 | 0 | 0.54 | 0.25 | 0.23 | 328.3 | 0.48 | 0.56 |
| Hex | C5 | 5B | 93 | 0 | 36 | 19 | 17 | 148 | 30 | 38 |
| Octal | 305 | 133 | 223 | 0 | 66 | 31 | 27 | 510 | 60 | 70 |
| Binary | 11000101 | 1011011 | 10010011 | 0 | 110110 | 11001 | 10111 | 101001000 | 110000 | 111000 |
Color Harmonies of #C55B93
Complementary color
Monochromatic Colors of #C55B93
Black with #C55B93
Text Example
Text Example
White with #C55B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55B93; }
p { color: rgb(197,91,147); }
H1.HeaderClassName
{
color: #C55B93;
}
.AnyTagClassName
{
color: #C55B93;
}
</style>
background-color css
<style>
a { background-color: #C55B93; }
a { background-color: rgb(197,91,147); }
div.DivClassName
{
background-color: #C55B93;
}
.BgClassName
{
background-color: #C55B93;
}
</style>
border-color css
<style>
span { border-color: #C55B93; }
span { border-color: rgb(197,91,147); }
td.TdClassName
{
border-color: #C55B93;
}
.TagClassName
{
border-color: #C55B93;
}
</style>