#CE5085

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

Shades of Mulberry #CE5085

Tints of Mulberry #CE5085

Color information

#CE5085 (or 0xCE5085) is unknown color: approx Mulberry. HEX triplet: CE, 50 and 85. RGB value is (206,80,133). Sum of RGB (Red+Green+Blue) = 206+80+133=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5085 is #31AF7A. Grayscale: #7B7B7B. Windows color (decimal): -3256187 or 8736974. OLE color: 8736974.

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

Color convert

RGB20680133-
CMYK00.610.350.19
HSL334.76º56.25%56.08%-
HSV(B)334.76º61.17%80.78%-
XYZ32.5620.5524.44-
YUV123.72133.24186.69-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.16%
GREEN value IS 80 (31.64% from 255) = 19.09%
BLUE value IS 133 (52.34% from 255) = 31.74%
R=49.16%
G=19.09%
B=31.74%

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
Decimal2068013300.610.350.19334.7656.2556.08
HexCE508503D231314f3838
Octal31612020507543235177070
Binary11001110101000010000101011110110001110011101001111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5085; }

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

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

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

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

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

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

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

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