#CE4086

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

Shades of Mulberry #CE4086

Tints of Mulberry #CE4086

Color information

#CE4086 (or 0xCE4086) is unknown color: approx Mulberry. HEX triplet: CE, 40 and 86. RGB value is (206,64,134). Sum of RGB (Red+Green+Blue) = 206+64+134=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4086 is #31BF79. Grayscale: #727272. Windows color (decimal): -3260282 or 8798414. OLE color: 8798414.

HSL color Cylindrical-coordinate representation of color #CE4086: hue angle of 330.42º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE4086 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB20664134-
CMYK00.690.350.19
HSL330.42º59.17%52.94%-
HSV(B)330.42º68.93%80.78%-
XYZ31.5918.5124.46-
YUV114.44139.04193.31-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.99%
GREEN value IS 64 (25.39% from 255) = 15.84%
BLUE value IS 134 (52.73% from 255) = 33.17%
R=50.99%
G=15.84%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2066413400.690.350.19330.4259.1752.94
HexCE4086045231314a3b35
Octal316100206010543235127365
Binary110011101000000100001100100010110001110011101001010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4086; }

 p { color: rgb(206,64,134); }

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

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

 a { background-color: rgb(206,64,134); }

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

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

 span { border-color: rgb(206,64,134); }

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