#CE46A0

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

Shades of Mulberry #CE46A0

Tints of Mulberry #CE46A0

Color information

#CE46A0 (or 0xCE46A0) is unknown color: approx Mulberry. HEX triplet: CE, 46 and A0. RGB value is (206,70,160). Sum of RGB (Red+Green+Blue) = 206+70+160=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CE46A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE46A0 is #31B95F. Grayscale: #787878. Windows color (decimal): -3258720 or 10503886. OLE color: 10503886.

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

Color convert

RGB20670160-
CMYK00.660.220.19
HSL320.29º58.12%54.12%-
HSV(B)320.29º66.02%80.78%-
XYZ33.9920.0435.33-
YUV120.92150.06188.68-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.25%
GREEN value IS 70 (27.73% from 255) = 16.06%
BLUE value IS 160 (62.89% from 255) = 36.70%
R=47.25%
G=16.06%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2067016000.660.220.19320.2958.1254.12
HexCE46A004216131403a36
Octal316106240010226235007266
Binary11001110100011010100000010000101011010011101000000111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE46A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE46A0; }

 p { color: rgb(206,70,160); }

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

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

 a { background-color: rgb(206,70,160); }

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

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

 span { border-color: rgb(206,70,160); }

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