Shades of Mulberry #C55C8A
Tints of Mulberry #C55C8A
RGB
CMYK
RGB Variations
Color information
#C55C8A (or 0xC55C8A) is known color: Mulberry. HEX triplet: C5, 5C and 8A. RGB value is (197,92,138). Sum of RGB (Red+Green+Blue) = 197+92+138=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 92 (36.33% from 255 or 21.55% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55C8A is #3AA375. Grayscale: #808080. Windows color (decimal): -3842934 or 9067717. OLE color: 9067717.
HSL color Cylindrical-coordinate representation of color #C55C8A: hue angle of 333.71º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C55C8A is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 92 | 138 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.23 |
| HSL | 333.71º | 0.48% | 0.57% | - |
| HSV(B) | 333.71º | 0.53% | 0.77% | - |
| XYZ | 31.44 | 21.36 | 26.51 | - |
| YUV | 128.64 | 133.29 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 92 | 138 | 0 | 0.53 | 0.30 | 0.23 | 333.71 | 0.48 | 0.57 |
| Hex | C5 | 5C | 8A | 0 | 35 | 1E | 17 | 14E | 30 | 39 |
| Octal | 305 | 134 | 212 | 0 | 65 | 36 | 27 | 516 | 60 | 71 |
| Binary | 11000101 | 1011100 | 10001010 | 0 | 110101 | 11110 | 10111 | 101001110 | 110000 | 111001 |
Color Harmonies of #C55C8A
Complementary color
Monochromatic Colors of #C55C8A
Black with #C55C8A
Text Example
Text Example
White with #C55C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55C8A; }
p { color: rgb(197,92,138); }
H1.HeaderClassName
{
color: #C55C8A;
}
.AnyTagClassName
{
color: #C55C8A;
}
</style>
background-color css
<style>
a { background-color: #C55C8A; }
a { background-color: rgb(197,92,138); }
div.DivClassName
{
background-color: #C55C8A;
}
.BgClassName
{
background-color: #C55C8A;
}
</style>
border-color css
<style>
span { border-color: #C55C8A; }
span { border-color: rgb(197,92,138); }
td.TdClassName
{
border-color: #C55C8A;
}
.TagClassName
{
border-color: #C55C8A;
}
</style>