#C75689

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

Shades of Mulberry #C75689

Tints of Mulberry #C75689

Color information

#C75689 (or 0xC75689) is unknown color: approx Mulberry. HEX triplet: C7, 56 and 89. RGB value is (199,86,137). Sum of RGB (Red+Green+Blue) = 199+86+137=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 86 (33.98% from 255 or 20.38% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C75689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75689 is #38A976. Grayscale: #7D7D7D. Windows color (decimal): -3713399 or 9000647. OLE color: 9000647.

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

Color convert

RGB19986137-
CMYK00.570.310.22
HSL332.92º50.22%55.88%-
HSV(B)332.92º56.78%78.04%-
XYZ31.420.625.99-
YUV125.6134.44180.35-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.16%
GREEN value IS 86 (33.98% from 255) = 20.38%
BLUE value IS 137 (53.91% from 255) = 32.46%
R=47.16%
G=20.38%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998613700.570.310.22332.9250.2255.88
HexC756890391F1614d3238
Octal30712621107137265156270
Binary1100011110101101000100101110011111110110101001101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75689; }

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

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

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

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

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

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

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

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