#CE5559

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

Shades of Mandy #CE5559

Tints of Mandy #CE5559

Color information

#CE5559 (or 0xCE5559) is unknown color: approx Mandy. HEX triplet: CE, 55 and 59. RGB value is (206,85,89). Sum of RGB (Red+Green+Blue) = 206+85+89=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 89 (35.16% from 255 or 23.42% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5559 is #31AAA6. Grayscale: #797979. Windows color (decimal): -3254951 or 5854670. OLE color: 5854670.

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

Color convert

RGB2068589-
CMYK00.590.570.19
HSL358.02º55.25%57.06%-
HSV(B)358.02º58.74%80.78%-
XYZ30.5120.3411.77-
YUV121.64109.59188.17-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.21%
GREEN value IS 85 (33.59% from 255) = 22.37%
BLUE value IS 89 (35.16% from 255) = 23.42%
R=54.21%
G=22.37%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206858900.590.570.19358.0255.2557.06
HexCE555903B39131663739
Octal31612513107371235466771
Binary1100111010101011011001011101111100110011101100110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5559; }

 p { color: rgb(206,85,89); }

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

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

 a { background-color: rgb(206,85,89); }

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

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

 span { border-color: rgb(206,85,89); }

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