#C75988

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

Shades of Mulberry #C75988

Tints of Mulberry #C75988

Color information

#C75988 (or 0xC75988) is unknown color: approx Mulberry. HEX triplet: C7, 59 and 88. RGB value is (199,89,136). Sum of RGB (Red+Green+Blue) = 199+89+136=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 199 - color contains mainly: red. Hex color #C75988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75988 is #38A677. Grayscale: #7F7F7F. Windows color (decimal): -3712632 or 8935879. OLE color: 8935879.

HSL color Cylindrical-coordinate representation of color #C75988: hue angle of 334.36º 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 #C75988 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB19989136-
CMYK00.550.320.22
HSL334.36º49.55%56.47%-
HSV(B)334.36º55.28%78.04%-
XYZ31.5721.0625.69-
YUV127.25132.94179.18-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.93%
GREEN value IS 89 (35.16% from 255) = 20.99%
BLUE value IS 136 (53.52% from 255) = 32.08%
R=46.93%
G=20.99%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998913600.550.320.22334.3649.5556.47
HexC75988037201614e3238
Octal30713121006740265166270
Binary11000111101100110001000011011110000010110101001110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75988; }

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

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

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

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

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

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

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

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