#C75993

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

Shades of Mulberry #C75993

Tints of Mulberry #C75993

Color information

#C75993 (or 0xC75993) is unknown color: approx Mulberry. HEX triplet: C7, 59 and 93. RGB value is (199,89,147). Sum of RGB (Red+Green+Blue) = 199+89+147=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 89 (35.16% from 255 or 20.46% from 435); Blue value is 147 (57.81% from 255 or 33.79% from 435); Max value from RGB is 199 - color contains mainly: red. Hex color #C75993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75993 is #38A66C. Grayscale: #808080. Windows color (decimal): -3712621 or 9656775. OLE color: 9656775.

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

Color convert

RGB19989147-
CMYK00.550.260.22
HSL328.36º49.55%56.47%-
HSV(B)328.36º55.28%78.04%-
XYZ32.3921.3930.03-
YUV128.5138.44178.28-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.75%
GREEN value IS 89 (35.16% from 255) = 20.46%
BLUE value IS 147 (57.81% from 255) = 33.79%
R=45.75%
G=20.46%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998914700.550.260.22328.3649.5556.47
HexC759930371A161483238
Octal30713122306732265106270
Binary1100011110110011001001101101111101010110101001000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75993; }

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

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

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

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

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

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

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

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