#CE55A5

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

Shades of Mulberry #CE55A5

Tints of Mulberry #CE55A5

Color information

#CE55A5 (or 0xCE55A5) is unknown color: approx Mulberry. HEX triplet: CE, 55 and A5. RGB value is (206,85,165). Sum of RGB (Red+Green+Blue) = 206+85+165=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 165 (64.84% from 255 or 36.18% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE55A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE55A5 is #31AA5A. Grayscale: #828282. Windows color (decimal): -3254875 or 10835406. OLE color: 10835406.

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

Color convert

RGB20685165-
CMYK00.590.200.19
HSL320.33º55.25%57.06%-
HSV(B)320.33º58.74%80.78%-
XYZ35.4922.3438.04-
YUV130.3147.59182-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.18%
GREEN value IS 85 (33.59% from 255) = 18.64%
BLUE value IS 165 (64.84% from 255) = 36.18%
R=45.18%
G=18.64%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2068516500.590.200.19320.3355.2557.06
HexCE55A503B14131403739
Octal31612524507324235006771
Binary1100111010101011010010101110111010010011101000000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE55A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE55A5; }

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

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

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

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

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

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

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

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