#CE5A9A

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

Shades of Mulberry #CE5A9A

Tints of Mulberry #CE5A9A

Color information

#CE5A9A (or 0xCE5A9A) is unknown color: approx Mulberry. HEX triplet: CE, 5A and 9A. RGB value is (206,90,154). Sum of RGB (Red+Green+Blue) = 206+90+154=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5A9A is #31A565. Grayscale: #838383. Windows color (decimal): -3253606 or 10115790. OLE color: 10115790.

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

Color convert

RGB20690154-
CMYK00.560.250.19
HSL326.9º54.21%58.04%-
HSV(B)326.9º56.31%80.78%-
XYZ34.9422.7733.12-
YUV131.98140.43180.8-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.78%
GREEN value IS 90 (35.55% from 255) = 20%
BLUE value IS 154 (60.55% from 255) = 34.22%
R=45.78%
G=20%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069015400.560.250.19326.954.2158.04
HexCE5A9A0381913147363a
Octal31613223207031235076672
Binary1100111010110101001101001110001100110011101000111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5A9A; }

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

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

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

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

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

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

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

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