#C95090

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

Shades of Mulberry #C95090

Tints of Mulberry #C95090

Color information

#C95090 (or 0xC95090) is unknown color: approx Mulberry. HEX triplet: C9, 50 and 90. RGB value is (201,80,144). Sum of RGB (Red+Green+Blue) = 201+80+144=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C95090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95090 is #36AF6F. Grayscale: #7B7B7B. Windows color (decimal): -3583856 or 9457865. OLE color: 9457865.

HSL color Cylindrical-coordinate representation of color #C95090: hue angle of 328.26º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C95090 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB20180144-
CMYK00.600.280.21
HSL328.26º52.84%55.1%-
HSV(B)328.26º60.2%78.82%-
XYZ31.9920.1728.59-
YUV123.48139.59183.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.29%
GREEN value IS 80 (31.64% from 255) = 18.82%
BLUE value IS 144 (56.64% from 255) = 33.88%
R=47.29%
G=18.82%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018014400.600.280.21328.2652.8455.1
HexC9509003C1C151483537
Octal31112022007434255106567
Binary1100100110100001001000001111001110010101101001000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95090; }

 p { color: rgb(201,80,144); }

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

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

 a { background-color: rgb(201,80,144); }

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

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

 span { border-color: rgb(201,80,144); }

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