#C85390

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

Shades of Mulberry #C85390

Tints of Mulberry #C85390

Color information

#C85390 (or 0xC85390) is unknown color: approx Mulberry. HEX triplet: C8, 53 and 90. RGB value is (200,83,144). Sum of RGB (Red+Green+Blue) = 200+83+144=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C85390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85390 is #37AC6F. Grayscale: #7C7C7C. Windows color (decimal): -3648624 or 9458632. OLE color: 9458632.

HSL color Cylindrical-coordinate representation of color #C85390: hue angle of 328.72º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C85390 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB20083144-
CMYK00.580.280.22
HSL328.72º51.54%55.49%-
HSV(B)328.72º58.5%78.43%-
XYZ31.9520.4828.65-
YUV124.94138.76181.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.84%
GREEN value IS 83 (32.81% from 255) = 19.44%
BLUE value IS 144 (56.64% from 255) = 33.72%
R=46.84%
G=19.44%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008314400.580.280.22328.7251.5455.49
HexC8539003A1C161493437
Octal31012322007234265116467
Binary1100100010100111001000001110101110010110101001001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85390; }

 p { color: rgb(200,83,144); }

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

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

 a { background-color: rgb(200,83,144); }

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

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

 span { border-color: rgb(200,83,144); }

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