#CE5596

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

Shades of Mulberry #CE5596

Tints of Mulberry #CE5596

Color information

#CE5596 (or 0xCE5596) is unknown color: approx Mulberry. HEX triplet: CE, 55 and 96. RGB value is (206,85,150). Sum of RGB (Red+Green+Blue) = 206+85+150=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5596 is #31AA69. Grayscale: #808080. Windows color (decimal): -3254890 or 9852366. OLE color: 9852366.

HSL color Cylindrical-coordinate representation of color #CE5596: hue angle of 327.77º 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 #CE5596 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB20685150-
CMYK00.590.270.19
HSL327.77º55.25%57.06%-
HSV(B)327.77º58.74%80.78%-
XYZ34.2121.8231.26-
YUV128.59140.09183.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.71%
GREEN value IS 85 (33.59% from 255) = 19.27%
BLUE value IS 150 (58.98% from 255) = 34.01%
R=46.71%
G=19.27%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2068515000.590.270.19327.7755.2557.06
HexCE559603B1B131483739
Octal31612522607333235106771
Binary1100111010101011001011001110111101110011101001000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5596; }

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

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

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

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

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

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

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

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