#CE4585

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

Shades of Mulberry #CE4585

Tints of Mulberry #CE4585

Color information

#CE4585 (or 0xCE4585) is unknown color: approx Mulberry. HEX triplet: CE, 45 and 85. RGB value is (206,69,133). Sum of RGB (Red+Green+Blue) = 206+69+133=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 69 (27.34% from 255 or 16.91% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE4585 is #31BA7A. Grayscale: #757575. Windows color (decimal): -3259003 or 8734158. OLE color: 8734158.

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

Color convert

RGB20669133-
CMYK00.670.350.19
HSL331.97º58.3%53.92%-
HSV(B)331.97º66.5%80.78%-
XYZ31.8219.0724.19-
YUV117.26136.89191.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.49%
GREEN value IS 69 (27.34% from 255) = 16.91%
BLUE value IS 133 (52.34% from 255) = 32.60%
R=50.49%
G=16.91%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2066913300.670.350.19331.9758.353.92
HexCE4585043231314c3a36
Octal316105205010343235147266
Binary110011101000101100001010100001110001110011101001100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4585; }

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

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

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

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

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

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

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

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