#CE5AA6

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

Shades of Mulberry #CE5AA6

Tints of Mulberry #CE5AA6

Color information

#CE5AA6 (or 0xCE5AA6) is unknown color: approx Mulberry. HEX triplet: CE, 5A and A6. RGB value is (206,90,166). Sum of RGB (Red+Green+Blue) = 206+90+166=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 166 (65.23% from 255 or 35.93% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5AA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5AA6 is #31A559. Grayscale: #858585. Windows color (decimal): -3253594 or 10902222. OLE color: 10902222.

HSL color Cylindrical-coordinate representation of color #CE5AA6: hue angle of 320.69º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE5AA6 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB20690166-
CMYK00.560.190.19
HSL320.69º54.21%58.04%-
HSV(B)320.69º56.31%80.78%-
XYZ35.9923.1938.65-
YUV133.35146.43179.82-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.59%
GREEN value IS 90 (35.55% from 255) = 19.48%
BLUE value IS 166 (65.23% from 255) = 35.93%
R=44.59%
G=19.48%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069016600.560.190.19320.6954.2158.04
HexCE5AA60381313141363a
Octal31613224607023235016672
Binary1100111010110101010011001110001001110011101000001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5AA6; }

 p { color: rgb(206,90,166); }

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

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

 a { background-color: rgb(206,90,166); }

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

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

 span { border-color: rgb(206,90,166); }

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