#C85588

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

Shades of Mulberry #C85588

Tints of Mulberry #C85588

Color information

#C85588 (or 0xC85588) is unknown color: approx Mulberry. HEX triplet: C8, 55 and 88. RGB value is (200,85,136). Sum of RGB (Red+Green+Blue) = 200+85+136=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C85588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85588 is #37AA77. Grayscale: #7D7D7D. Windows color (decimal): -3648120 or 8934856. OLE color: 8934856.

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

Color convert

RGB20085136-
CMYK00.580.320.22
HSL333.39º51.11%55.88%-
HSV(B)333.39º57.5%78.43%-
XYZ31.5120.5525.6-
YUV125.2134.1181.35-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.51%
GREEN value IS 85 (33.59% from 255) = 20.19%
BLUE value IS 136 (53.52% from 255) = 32.30%
R=47.51%
G=20.19%
B=32.30%

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
Decimal2008513600.580.320.22333.3951.1155.88
HexC8558803A201614d3338
Octal31012521007240265156370
Binary11001000101010110001000011101010000010110101001101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85588; }

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

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

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

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

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

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

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

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