#CE5586

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

Shades of Mulberry #CE5586

Tints of Mulberry #CE5586

Color information

#CE5586 (or 0xCE5586) is unknown color: approx Mulberry. HEX triplet: CE, 55 and 86. RGB value is (206,85,134). Sum of RGB (Red+Green+Blue) = 206+85+134=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5586 is #31AA79. Grayscale: #7E7E7E. Windows color (decimal): -3254906 or 8803790. OLE color: 8803790.

HSL color Cylindrical-coordinate representation of color #CE5586: hue angle of 335.7º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE5586 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB20685134-
CMYK00.590.350.19
HSL335.7º55.25%57.06%-
HSV(B)335.7º58.74%80.78%-
XYZ33.0121.3424.93-
YUV126.76132.09184.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.47%
GREEN value IS 85 (33.59% from 255) = 20%
BLUE value IS 134 (52.73% from 255) = 31.53%
R=48.47%
G=20%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2068513400.590.350.19335.755.2557.06
HexCE558603B23131503739
Octal31612520607343235206771
Binary11001110101010110000110011101110001110011101010000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5586; }

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

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

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

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

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

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

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

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