#C75490

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

Shades of Mulberry #C75490

Tints of Mulberry #C75490

Color information

#C75490 (or 0xC75490) is unknown color: approx Mulberry. HEX triplet: C7, 54 and 90. RGB value is (199,84,144). Sum of RGB (Red+Green+Blue) = 199+84+144=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C75490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75490 is #38AB6F. Grayscale: #7D7D7D. Windows color (decimal): -3713904 or 9458887. OLE color: 9458887.

HSL color Cylindrical-coordinate representation of color #C75490: hue angle of 328.7º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C75490 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB19984144-
CMYK00.580.280.22
HSL328.7º50.66%55.49%-
HSV(B)328.7º57.79%78.04%-
XYZ31.7620.528.67-
YUV125.22138.6180.62-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.60%
GREEN value IS 84 (33.20% from 255) = 19.67%
BLUE value IS 144 (56.64% from 255) = 33.72%
R=46.60%
G=19.67%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998414400.580.280.22328.750.6655.49
HexC7549003A1C161493337
Octal30712422007234265116367
Binary1100011110101001001000001110101110010110101001001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75490; }

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

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

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

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

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

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

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

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