#C95591

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

Shades of Mulberry #C95591

Tints of Mulberry #C95591

Color information

#C95591 (or 0xC95591) is unknown color: approx Mulberry. HEX triplet: C9, 55 and 91. RGB value is (201,85,145). Sum of RGB (Red+Green+Blue) = 201+85+145=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 145 (57.03% from 255 or 33.64% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C95591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95591 is #36AA6E. Grayscale: #7E7E7E. Windows color (decimal): -3582575 or 9524681. OLE color: 9524681.

HSL color Cylindrical-coordinate representation of color #C95591: hue angle of 328.97º 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 #C95591 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB20185145-
CMYK00.580.280.21
HSL328.97º51.79%56.08%-
HSV(B)328.97º57.71%78.82%-
XYZ32.4520.9629.12-
YUV126.52138.43181.12-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.64%
GREEN value IS 85 (33.59% from 255) = 19.72%
BLUE value IS 145 (57.03% from 255) = 33.64%
R=46.64%
G=19.72%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018514500.580.280.21328.9751.7956.08
HexC9559103A1C151493438
Octal31112522107234255116470
Binary1100100110101011001000101110101110010101101001001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95591; }

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

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

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

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

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

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

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

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