Shades of Mulberry #C55BA5
Tints of Mulberry #C55BA5
RGB
CMYK
RGB Variations
Color information
#C55BA5 (or 0xC55BA5) is known color: Mulberry. HEX triplet: C5, 5B and A5. RGB value is (197,91,165). Sum of RGB (Red+Green+Blue) = 197+91+165=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 91 (35.94% from 255 or 20.09% from 453); Blue value is 165 (64.84% from 255 or 36.42% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C55BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55BA5 is #3AA45A. Grayscale: #828282. Windows color (decimal): -3843163 or 10836933. OLE color: 10836933.
HSL color Cylindrical-coordinate representation of color #C55BA5: hue angle of 318.11º 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 #C55BA5 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 91 | 165 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.23 |
| HSL | 318.11º | 0.48% | 0.56% | - |
| HSV(B) | 318.11º | 0.54% | 0.77% | - |
| XYZ | 33.56 | 22.07 | 38.09 | - |
| YUV | 131.13 | 147.12 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 91 | 165 | 0 | 0.54 | 0.16 | 0.23 | 318.11 | 0.48 | 0.56 |
| Hex | C5 | 5B | A5 | 0 | 36 | 10 | 17 | 13E | 30 | 38 |
| Octal | 305 | 133 | 245 | 0 | 66 | 20 | 27 | 476 | 60 | 70 |
| Binary | 11000101 | 1011011 | 10100101 | 0 | 110110 | 10000 | 10111 | 100111110 | 110000 | 111000 |
Color Harmonies of #C55BA5
Complementary color
Monochromatic Colors of #C55BA5
Black with #C55BA5
Text Example
Text Example
White with #C55BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55BA5; }
p { color: rgb(197,91,165); }
H1.HeaderClassName
{
color: #C55BA5;
}
.AnyTagClassName
{
color: #C55BA5;
}
</style>
background-color css
<style>
a { background-color: #C55BA5; }
a { background-color: rgb(197,91,165); }
div.DivClassName
{
background-color: #C55BA5;
}
.BgClassName
{
background-color: #C55BA5;
}
</style>
border-color css
<style>
span { border-color: #C55BA5; }
span { border-color: rgb(197,91,165); }
td.TdClassName
{
border-color: #C55BA5;
}
.TagClassName
{
border-color: #C55BA5;
}
</style>