#C95599

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

Shades of Mulberry #C95599

Tints of Mulberry #C95599

Color information

#C95599 (or 0xC95599) is unknown color: approx Mulberry. HEX triplet: C9, 55 and 99. RGB value is (201,85,153). Sum of RGB (Red+Green+Blue) = 201+85+153=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 85 (33.59% from 255 or 19.36% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C95599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95599 is #36AA66. Grayscale: #7F7F7F. Windows color (decimal): -3582567 or 10048969. OLE color: 10048969.

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

Color convert

RGB20185153-
CMYK00.580.240.21
HSL324.83º51.79%56.08%-
HSV(B)324.83º57.71%78.82%-
XYZ33.0921.2132.49-
YUV127.44142.43180.47-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.79%
GREEN value IS 85 (33.59% from 255) = 19.36%
BLUE value IS 153 (60.16% from 255) = 34.85%
R=45.79%
G=19.36%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018515300.580.240.21324.8351.7956.08
HexC9559903A18151453438
Octal31112523107230255056470
Binary1100100110101011001100101110101100010101101000101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95599; }

 p { color: rgb(201,85,153); }

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

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

 a { background-color: rgb(201,85,153); }

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

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

 span { border-color: rgb(201,85,153); }

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