#C35490

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

Shades of Mulberry #C35490

Tints of Mulberry #C35490

Color information

#C35490 (or 0xC35490) is unknown color: approx Mulberry. HEX triplet: C3, 54 and 90. RGB value is (195,84,144). Sum of RGB (Red+Green+Blue) = 195+84+144=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C35490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35490 is #3CAB6F. Grayscale: #7B7B7B. Windows color (decimal): -3976048 or 9458883. OLE color: 9458883.

HSL color Cylindrical-coordinate representation of color #C35490: hue angle of 327.57º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C35490 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB19584144-
CMYK00.570.260.24
HSL327.57º48.05%54.71%-
HSV(B)327.57º56.92%76.47%-
XYZ30.7119.9628.62-
YUV124.03139.27178.62-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.10%
GREEN value IS 84 (33.20% from 255) = 19.86%
BLUE value IS 144 (56.64% from 255) = 34.04%
R=46.10%
G=19.86%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958414400.570.260.24327.5748.0554.71
HexC354900391A181483037
Octal30312422007132305106067
Binary1100001110101001001000001110011101011000101001000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35490; }

 p { color: rgb(195,84,144); }

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

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

 a { background-color: rgb(195,84,144); }

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

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

 span { border-color: rgb(195,84,144); }

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