#C75989

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

Shades of Mulberry #C75989

Tints of Mulberry #C75989

Color information

#C75989 (or 0xC75989) is unknown color: approx Mulberry. HEX triplet: C7, 59 and 89. RGB value is (199,89,137). Sum of RGB (Red+Green+Blue) = 199+89+137=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C75989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75989 is #38A676. Grayscale: #7F7F7F. Windows color (decimal): -3712631 or 9001415. OLE color: 9001415.

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

Color convert

RGB19989137-
CMYK00.550.310.22
HSL333.82º49.55%56.47%-
HSV(B)333.82º55.28%78.04%-
XYZ31.6421.0926.07-
YUV127.36133.44179.1-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.82%
GREEN value IS 89 (35.16% from 255) = 20.94%
BLUE value IS 137 (53.91% from 255) = 32.24%
R=46.82%
G=20.94%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998913700.550.310.22333.8249.5556.47
HexC759890371F1614e3238
Octal30713121106737265166270
Binary1100011110110011000100101101111111110110101001110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75989; }

 p { color: rgb(199,89,137); }

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

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

 a { background-color: rgb(199,89,137); }

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

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

 span { border-color: rgb(199,89,137); }

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