#CE5285

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

Shades of Mulberry #CE5285

Tints of Mulberry #CE5285

Color information

#CE5285 (or 0xCE5285) is unknown color: approx Mulberry. HEX triplet: CE, 52 and 85. RGB value is (206,82,133). Sum of RGB (Red+Green+Blue) = 206+82+133=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5285 is #31AD7A. Grayscale: #7C7C7C. Windows color (decimal): -3255675 or 8737486. OLE color: 8737486.

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

Color convert

RGB20682133-
CMYK00.600.350.19
HSL335.32º55.86%56.47%-
HSV(B)335.32º60.19%80.78%-
XYZ32.720.8524.49-
YUV124.89132.58185.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.93%
GREEN value IS 82 (32.42% from 255) = 19.48%
BLUE value IS 133 (52.34% from 255) = 31.59%
R=48.93%
G=19.48%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2068213300.600.350.19335.3255.8656.47
HexCE528503C231314f3838
Octal31612220507443235177070
Binary11001110101001010000101011110010001110011101001111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5285; }

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

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

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

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

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

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

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

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