Shades of Mulberry #C55693
Tints of Mulberry #C55693
RGB
CMYK
RGB Variations
Color information
#C55693 (or 0xC55693) is known color: Mulberry. HEX triplet: C5, 56 and 93. RGB value is (197,86,147). Sum of RGB (Red+Green+Blue) = 197+86+147=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 86 (33.98% from 255 or 20% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C55693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55693 is #3AA96C. Grayscale: #7E7E7E. Windows color (decimal): -3844461 or 9656005. OLE color: 9656005.
HSL color Cylindrical-coordinate representation of color #C55693: hue angle of 327.03º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C55693 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 147 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.23 |
| HSL | 327.03º | 0.49% | 0.55% | - |
| HSV(B) | 327.03º | 0.56% | 0.77% | - |
| XYZ | 31.62 | 20.63 | 29.92 | - |
| YUV | 126.14 | 139.77 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 147 | 0 | 0.56 | 0.25 | 0.23 | 327.03 | 0.49 | 0.55 |
| Hex | C5 | 56 | 93 | 0 | 38 | 19 | 17 | 147 | 31 | 37 |
| Octal | 305 | 126 | 223 | 0 | 70 | 31 | 27 | 507 | 61 | 67 |
| Binary | 11000101 | 1010110 | 10010011 | 0 | 111000 | 11001 | 10111 | 101000111 | 110001 | 110111 |
Color Harmonies of #C55693
Complementary color
Monochromatic Colors of #C55693
Black with #C55693
Text Example
Text Example
White with #C55693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55693; }
p { color: rgb(197,86,147); }
H1.HeaderClassName
{
color: #C55693;
}
.AnyTagClassName
{
color: #C55693;
}
</style>
background-color css
<style>
a { background-color: #C55693; }
a { background-color: rgb(197,86,147); }
div.DivClassName
{
background-color: #C55693;
}
.BgClassName
{
background-color: #C55693;
}
</style>
border-color css
<style>
span { border-color: #C55693; }
span { border-color: rgb(197,86,147); }
td.TdClassName
{
border-color: #C55693;
}
.TagClassName
{
border-color: #C55693;
}
</style>