#CE5392

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

Shades of Mulberry #CE5392

Tints of Mulberry #CE5392

Color information

#CE5392 (or 0xCE5392) is unknown color: approx Mulberry. HEX triplet: CE, 53 and 92. RGB value is (206,83,146). Sum of RGB (Red+Green+Blue) = 206+83+146=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5392 is #31AC6D. Grayscale: #7E7E7E. Windows color (decimal): -3255406 or 9589710. OLE color: 9589710.

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

Color convert

RGB20683146-
CMYK00.600.290.19
HSL329.27º55.66%56.67%-
HSV(B)329.27º59.71%80.78%-
XYZ33.7421.3829.54-
YUV126.96138.75184.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.36%
GREEN value IS 83 (32.81% from 255) = 19.08%
BLUE value IS 146 (57.42% from 255) = 33.56%
R=47.36%
G=19.08%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2068314600.600.290.19329.2755.6656.67
HexCE539203C1D131493839
Octal31612322207435235117071
Binary1100111010100111001001001111001110110011101001001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5392; }

 p { color: rgb(206,83,146); }

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

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

 a { background-color: rgb(206,83,146); }

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

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

 span { border-color: rgb(206,83,146); }

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