#c75099

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

Shades of Mulberry #C75099

Tints of Mulberry #C75099

Color information

#C75099 (or 0xC75099) is unknown color: approx Mulberry. HEX triplet: C7, 50 and 99. RGB value is (199,80,153). Sum of RGB (Red+Green+Blue) = 199+80+153=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C75099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75099 is #38AF66. Grayscale: #7B7B7B. Windows color (decimal): -3714919 or 10047687. OLE color: 10047687.

HSL color Cylindrical-coordinate representation of color #C75099: hue angle of 323.19º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C75099 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB19980153-
CMYK00.600.230.22
HSL323.19º51.52%54.71%-
HSV(B)323.19º59.8%78.04%-
XYZ32.1720.1832.34-
YUV123.9144.42181.56-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.06%
GREEN value IS 80 (31.64% from 255) = 18.52%
BLUE value IS 153 (60.16% from 255) = 35.42%
R=46.06%
G=18.52%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998015300.600.230.22323.1951.5254.71
HexC7509903C17161433437
Octal30712023107427265036467
Binary1100011110100001001100101111001011110110101000011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c75099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c75099; }

 p { color: rgb(199,80,153); }

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

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

 a { background-color: rgb(199,80,153); }

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

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

 span { border-color: rgb(199,80,153); }

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