Shades of Mulberry #C5538C
Tints of Mulberry #C5538C
RGB
CMYK
RGB Variations
Color information
#C5538C (or 0xC5538C) is known color: Mulberry. HEX triplet: C5, 53 and 8C. RGB value is (197,83,140). Sum of RGB (Red+Green+Blue) = 197+83+140=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C5538C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5538C is #3AAC73. Grayscale: #7B7B7B. Windows color (decimal): -3845236 or 9196485. OLE color: 9196485.
HSL color Cylindrical-coordinate representation of color #C5538C: hue angle of 330º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C5538C is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 83 | 140 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.23 |
| HSL | 330º | 0.5% | 0.55% | - |
| HSV(B) | 330º | 0.58% | 0.77% | - |
| XYZ | 30.85 | 19.95 | 27.04 | - |
| YUV | 123.58 | 137.27 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 140 | 0 | 0.58 | 0.29 | 0.23 | 330 | 0.5 | 0.55 |
| Hex | C5 | 53 | 8C | 0 | 3A | 1D | 17 | 14A | 32 | 37 |
| Octal | 305 | 123 | 214 | 0 | 72 | 35 | 27 | 512 | 62 | 67 |
| Binary | 11000101 | 1010011 | 10001100 | 0 | 111010 | 11101 | 10111 | 101001010 | 110010 | 110111 |
Color Harmonies of #C5538C
Complementary color
Monochromatic Colors of #C5538C
Black with #C5538C
Text Example
Text Example
White with #C5538C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5538C; }
p { color: rgb(197,83,140); }
H1.HeaderClassName
{
color: #C5538C;
}
.AnyTagClassName
{
color: #C5538C;
}
</style>
background-color css
<style>
a { background-color: #C5538C; }
a { background-color: rgb(197,83,140); }
div.DivClassName
{
background-color: #C5538C;
}
.BgClassName
{
background-color: #C5538C;
}
</style>
border-color css
<style>
span { border-color: #C5538C; }
span { border-color: rgb(197,83,140); }
td.TdClassName
{
border-color: #C5538C;
}
.TagClassName
{
border-color: #C5538C;
}
</style>