Shades of Mulberry #C55B81
Tints of Mulberry #C55B81
RGB
CMYK
RGB Variations
Color information
#C55B81 (or 0xC55B81) is known color: Mulberry. HEX triplet: C5, 5B and 81. RGB value is (197,91,129). Sum of RGB (Red+Green+Blue) = 197+91+129=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55B81 is #3AA47E. Grayscale: #7E7E7E. Windows color (decimal): -3843199 or 8477637. OLE color: 8477637.
HSL color Cylindrical-coordinate representation of color #C55B81: hue angle of 338.49º 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 #C55B81 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 91 | 129 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.23 |
| HSL | 338.49º | 0.48% | 0.56% | - |
| HSV(B) | 338.49º | 0.54% | 0.77% | - |
| XYZ | 30.73 | 20.94 | 23.19 | - |
| YUV | 127.03 | 129.12 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 91 | 129 | 0 | 0.54 | 0.35 | 0.23 | 338.49 | 0.48 | 0.56 |
| Hex | C5 | 5B | 81 | 0 | 36 | 23 | 17 | 152 | 30 | 38 |
| Octal | 305 | 133 | 201 | 0 | 66 | 43 | 27 | 522 | 60 | 70 |
| Binary | 11000101 | 1011011 | 10000001 | 0 | 110110 | 100011 | 10111 | 101010010 | 110000 | 111000 |
Color Harmonies of #C55B81
Complementary color
Monochromatic Colors of #C55B81
Black with #C55B81
Text Example
Text Example
White with #C55B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55B81; }
p { color: rgb(197,91,129); }
H1.HeaderClassName
{
color: #C55B81;
}
.AnyTagClassName
{
color: #C55B81;
}
</style>
background-color css
<style>
a { background-color: #C55B81; }
a { background-color: rgb(197,91,129); }
div.DivClassName
{
background-color: #C55B81;
}
.BgClassName
{
background-color: #C55B81;
}
</style>
border-color css
<style>
span { border-color: #C55B81; }
span { border-color: rgb(197,91,129); }
td.TdClassName
{
border-color: #C55B81;
}
.TagClassName
{
border-color: #C55B81;
}
</style>