#CE5560

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

Shades of Mandy #CE5560

Tints of Mandy #CE5560

Color information

#CE5560 (or 0xCE5560) is unknown color: approx Mandy. HEX triplet: CE, 55 and 60. RGB value is (206,85,96). Sum of RGB (Red+Green+Blue) = 206+85+96=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5560 is #31AA9F. Grayscale: #7A7A7A. Windows color (decimal): -3254944 or 6313422. OLE color: 6313422.

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

Color convert

RGB2068596-
CMYK00.590.530.19
HSL354.55º55.25%57.06%-
HSV(B)354.55º58.74%80.78%-
XYZ30.8120.4613.39-
YUV122.43113.09187.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 53.23%
GREEN value IS 85 (33.59% from 255) = 21.96%
BLUE value IS 96 (37.89% from 255) = 24.81%
R=53.23%
G=21.96%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206859600.590.530.19354.5555.2557.06
HexCE556003B35131633739
Octal31612514007365235436771
Binary1100111010101011100000011101111010110011101100011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5560; }

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

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

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

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

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

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

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

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