#C85587

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

Shades of Mulberry #C85587

Tints of Mulberry #C85587

Color information

#C85587 (or 0xC85587) is unknown color: approx Mulberry. HEX triplet: C8, 55 and 87. RGB value is (200,85,135). Sum of RGB (Red+Green+Blue) = 200+85+135=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C85587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85587 is #37AA78. Grayscale: #7D7D7D. Windows color (decimal): -3648121 or 8869320. OLE color: 8869320.

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

Color convert

RGB20085135-
CMYK00.580.320.22
HSL333.91º51.11%55.88%-
HSV(B)333.91º57.5%78.43%-
XYZ31.4420.5325.23-
YUV125.08133.6181.43-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.62%
GREEN value IS 85 (33.59% from 255) = 20.24%
BLUE value IS 135 (53.12% from 255) = 32.14%
R=47.62%
G=20.24%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008513500.580.320.22333.9151.1155.88
HexC8558703A201614e3338
Octal31012520707240265166370
Binary11001000101010110000111011101010000010110101001110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85587; }

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

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

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

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

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

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

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

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