#C95988

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

Shades of Mulberry #C95988

Tints of Mulberry #C95988

Color information

#C95988 (or 0xC95988) is unknown color: approx Mulberry. HEX triplet: C9, 59 and 88. RGB value is (201,89,136). Sum of RGB (Red+Green+Blue) = 201+89+136=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C95988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95988 is #36A677. Grayscale: #7F7F7F. Windows color (decimal): -3581560 or 8935881. OLE color: 8935881.

HSL color Cylindrical-coordinate representation of color #C95988: hue angle of 334.82º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C95988 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB20189136-
CMYK00.560.320.21
HSL334.82º50.91%56.86%-
HSV(B)334.82º55.72%78.82%-
XYZ32.121.3425.72-
YUV127.85132.61180.18-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.18%
GREEN value IS 89 (35.16% from 255) = 20.89%
BLUE value IS 136 (53.52% from 255) = 31.92%
R=47.18%
G=20.89%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018913600.560.320.21334.8250.9156.86
HexC95988038201514f3339
Octal31113121007040255176371
Binary11001001101100110001000011100010000010101101001111110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95988; }

 p { color: rgb(201,89,136); }

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

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

 a { background-color: rgb(201,89,136); }

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

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

 span { border-color: rgb(201,89,136); }

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