#C85590

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

Shades of Mulberry #C85590

Tints of Mulberry #C85590

Color information

#C85590 (or 0xC85590) is unknown color: approx Mulberry. HEX triplet: C8, 55 and 90. RGB value is (200,85,144). Sum of RGB (Red+Green+Blue) = 200+85+144=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C85590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85590 is #37AA6F. Grayscale: #7D7D7D. Windows color (decimal): -3648112 or 9459144. OLE color: 9459144.

HSL color Cylindrical-coordinate representation of color #C85590: hue angle of 329.22º degrees, saturation: 0.51, 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 #C85590 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB20085144-
CMYK00.580.280.22
HSL329.22º51.11%55.88%-
HSV(B)329.22º57.5%78.43%-
XYZ32.120.7928.71-
YUV126.11138.1180.7-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.62%
GREEN value IS 85 (33.59% from 255) = 19.81%
BLUE value IS 144 (56.64% from 255) = 33.57%
R=46.62%
G=19.81%
B=33.57%

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
Decimal2008514400.580.280.22329.2251.1155.88
HexC8559003A1C161493338
Octal31012522007234265116370
Binary1100100010101011001000001110101110010110101001001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85590; }

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

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

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

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

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

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

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

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