#CE5086

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

Shades of Mulberry #CE5086

Tints of Mulberry #CE5086

Color information

#CE5086 (or 0xCE5086) is unknown color: approx Mulberry. HEX triplet: CE, 50 and 86. RGB value is (206,80,134). Sum of RGB (Red+Green+Blue) = 206+80+134=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5086 is #31AF79. Grayscale: #7B7B7B. Windows color (decimal): -3256186 or 8802510. OLE color: 8802510.

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

Color convert

RGB20680134-
CMYK00.610.350.19
HSL334.29º56.25%56.08%-
HSV(B)334.29º61.17%80.78%-
XYZ32.6320.5824.81-
YUV123.83133.74186.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.05%
GREEN value IS 80 (31.64% from 255) = 19.05%
BLUE value IS 134 (52.73% from 255) = 31.90%
R=49.05%
G=19.05%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2068013400.610.350.19334.2956.2556.08
HexCE508603D231314e3838
Octal31612020607543235167070
Binary11001110101000010000110011110110001110011101001110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5086; }

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

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

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

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

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

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

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

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