#CE5BA1

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

Shades of Mulberry #CE5BA1

Tints of Mulberry #CE5BA1

Color information

#CE5BA1 (or 0xCE5BA1) is unknown color: approx Mulberry. HEX triplet: CE, 5B and A1. RGB value is (206,91,161). Sum of RGB (Red+Green+Blue) = 206+91+161=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 91 (35.94% from 255 or 19.87% from 458); Blue value is 161 (63.28% from 255 or 35.15% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5BA1 is #31A45E. Grayscale: #858585. Windows color (decimal): -3253343 or 10574798. OLE color: 10574798.

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

Color convert

RGB20691161-
CMYK00.560.220.19
HSL323.48º53.99%58.24%-
HSV(B)323.48º55.83%80.78%-
XYZ35.6323.1836.31-
YUV133.36143.6179.81-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.98%
GREEN value IS 91 (35.94% from 255) = 19.87%
BLUE value IS 161 (63.28% from 255) = 35.15%
R=44.98%
G=19.87%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069116100.560.220.19323.4853.9958.24
HexCE5BA10381613143363a
Octal31613324107026235036672
Binary1100111010110111010000101110001011010011101000011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5BA1; }

 p { color: rgb(206,91,161); }

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

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

 a { background-color: rgb(206,91,161); }

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

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

 span { border-color: rgb(206,91,161); }

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