#C85586

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

Shades of Mulberry #C85586

Tints of Mulberry #C85586

Color information

#C85586 (or 0xC85586) is unknown color: approx Mulberry. HEX triplet: C8, 55 and 86. RGB value is (200,85,134). Sum of RGB (Red+Green+Blue) = 200+85+134=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 134 (52.73% from 255 or 31.98% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C85586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85586 is #37AA79. Grayscale: #7C7C7C. Windows color (decimal): -3648122 or 8803784. OLE color: 8803784.

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

Color convert

RGB20085134-
CMYK00.580.330.22
HSL334.43º51.11%55.88%-
HSV(B)334.43º57.5%78.43%-
XYZ31.3720.524.86-
YUV124.97133.1181.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.73%
GREEN value IS 85 (33.59% from 255) = 20.29%
BLUE value IS 134 (52.73% from 255) = 31.98%
R=47.73%
G=20.29%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008513400.580.330.22334.4351.1155.88
HexC8558603A211614e3338
Octal31012520607241265166370
Binary11001000101010110000110011101010000110110101001110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85586; }

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

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

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

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

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

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

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

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