#C5588A

Color #C5588A Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #C5588A

Tints of Mulberry #C5588A

Color information

#C5588A (or 0xC5588A) is unknown color: approx Mulberry. HEX triplet: C5, 58 and 8A. RGB value is (197,88,138). Sum of RGB (Red+Green+Blue) = 197+88+138=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C5588A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5588A is #3AA775. Grayscale: #7E7E7E. Windows color (decimal): -3843958 or 9066693. OLE color: 9066693.

HSL color Cylindrical-coordinate representation of color #C5588A: hue angle of 332.48º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C5588A is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB19788138-
CMYK00.550.300.23
HSL332.48º48.44%55.88%-
HSV(B)332.48º55.33%77.25%-
XYZ31.120.6826.4-
YUV126.29134.61178.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 46.57%
GREEN value IS 88 (34.77% from 255) = 20.80%
BLUE value IS 138 (54.30% from 255) = 32.62%
R=46.57%
G=20.80%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978813800.550.300.23332.4848.4455.88
HexC5588A0371E1714c3038
Octal30513021206736275146070
Binary1100010110110001000101001101111111010111101001100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5588A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5588A; }

 p { color: rgb(197,88,138); }

 H1.HeaderClassName
 {
   color: #C5588A;
 }
 .AnyTagClassName
 {
   color: #C5588A;
 }
</style>
background-color css

<style>
 a { background-color: #C5588A; }

 a { background-color: rgb(197,88,138); }

 div.DivClassName
 {
   background-color: #C5588A;
 }
 .BgClassName
 {
   background-color: #C5588A;
 }
</style>
border-color css

<style>
 span { border-color: #C5588A; }

 span { border-color: rgb(197,88,138); }

 td.TdClassName
 {
   border-color: #C5588A;
 }
 .TagClassName
 {
   border-color: #C5588A;
 }
</style>