#C75693

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

Shades of Mulberry #C75693

Tints of Mulberry #C75693

Color information

#C75693 (or 0xC75693) is unknown color: approx Mulberry. HEX triplet: C7, 56 and 93. RGB value is (199,86,147). Sum of RGB (Red+Green+Blue) = 199+86+147=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 86 (33.98% from 255 or 19.91% from 432); Blue value is 147 (57.81% from 255 or 34.03% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C75693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75693 is #38A96C. Grayscale: #7E7E7E. Windows color (decimal): -3713389 or 9656007. OLE color: 9656007.

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

Color convert

RGB19986147-
CMYK00.570.260.22
HSL327.61º50.22%55.88%-
HSV(B)327.61º56.78%78.04%-
XYZ32.1520.929.94-
YUV126.74139.44179.54-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.06%
GREEN value IS 86 (33.98% from 255) = 19.91%
BLUE value IS 147 (57.81% from 255) = 34.03%
R=46.06%
G=19.91%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998614700.570.260.22327.6150.2255.88
HexC756930391A161483238
Octal30712622307132265106270
Binary1100011110101101001001101110011101010110101001000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75693; }

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

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

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

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

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

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

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

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