#C85599

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

Shades of Mulberry #C85599

Tints of Mulberry #C85599

Color information

#C85599 (or 0xC85599) is unknown color: approx Mulberry. HEX triplet: C8, 55 and 99. RGB value is (200,85,153). Sum of RGB (Red+Green+Blue) = 200+85+153=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C85599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85599 is #37AA66. Grayscale: #7E7E7E. Windows color (decimal): -3648103 or 10048968. OLE color: 10048968.

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

Color convert

RGB20085153-
CMYK00.580.240.22
HSL324.52º51.11%55.88%-
HSV(B)324.52º57.5%78.43%-
XYZ32.8221.0832.48-
YUV127.14142.6179.97-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.66%
GREEN value IS 85 (33.59% from 255) = 19.41%
BLUE value IS 153 (60.16% from 255) = 34.93%
R=45.66%
G=19.41%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008515300.580.240.22324.5251.1155.88
HexC8559903A18161453338
Octal31012523107230265056370
Binary1100100010101011001100101110101100010110101000101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85599; }

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

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

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

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

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

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

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

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