#CE529D

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

Shades of Mulberry #CE529D

Tints of Mulberry #CE529D

Color information

#CE529D (or 0xCE529D) is unknown color: approx Mulberry. HEX triplet: CE, 52 and 9D. RGB value is (206,82,157). Sum of RGB (Red+Green+Blue) = 206+82+157=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CE529D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE529D is #31AD62. Grayscale: #7F7F7F. Windows color (decimal): -3255651 or 10310350. OLE color: 10310350.

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

Color convert

RGB20682157-
CMYK00.600.240.19
HSL323.71º55.86%56.47%-
HSV(B)323.71º60.19%80.78%-
XYZ34.5621.5934.24-
YUV127.63144.58183.9-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.29%
GREEN value IS 82 (32.42% from 255) = 18.43%
BLUE value IS 157 (61.72% from 255) = 35.28%
R=46.29%
G=18.43%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2068215700.600.240.19323.7155.8656.47
HexCE529D03C18131443838
Octal31612223507430235047070
Binary1100111010100101001110101111001100010011101000100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE529D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE529D; }

 p { color: rgb(206,82,157); }

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

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

 a { background-color: rgb(206,82,157); }

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

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

 span { border-color: rgb(206,82,157); }

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