#C75985

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

Shades of Mulberry #C75985

Tints of Mulberry #C75985

Color information

#C75985 (or 0xC75985) is unknown color: approx Mulberry. HEX triplet: C7, 59 and 85. RGB value is (199,89,133). Sum of RGB (Red+Green+Blue) = 199+89+133=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C75985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75985 is #38A67A. Grayscale: #7E7E7E. Windows color (decimal): -3712635 or 8739271. OLE color: 8739271.

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

Color convert

RGB19989133-
CMYK00.550.330.22
HSL336º49.55%56.47%-
HSV(B)336º55.28%78.04%-
XYZ31.3620.9824.59-
YUV126.91131.44179.42-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.27%
GREEN value IS 89 (35.16% from 255) = 21.14%
BLUE value IS 133 (52.34% from 255) = 31.59%
R=47.27%
G=21.14%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998913300.550.330.2233649.5556.47
HexC7598503721161503238
Octal30713120506741265206270
Binary11000111101100110000101011011110000110110101010000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75985; }

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

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

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

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

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

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

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

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