#CE5456

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

Shades of Mandy #CE5456

Tints of Mandy #CE5456

Color information

#CE5456 (or 0xCE5456) is unknown color: approx Mandy. HEX triplet: CE, 54 and 56. RGB value is (206,84,86). Sum of RGB (Red+Green+Blue) = 206+84+86=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5456 is #31ABA9. Grayscale: #787878. Windows color (decimal): -3255210 or 5657806. OLE color: 5657806.

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

Color convert

RGB2068486-
CMYK00.590.580.19
HSL359.02º55.45%56.86%-
HSV(B)359.02º59.22%80.78%-
XYZ30.320.1311.09-
YUV120.71108.42188.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.79%
GREEN value IS 84 (33.20% from 255) = 22.34%
BLUE value IS 86 (33.98% from 255) = 22.87%
R=54.79%
G=22.34%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206848600.590.580.19359.0255.4556.86
HexCE545603B3A131673739
Octal31612412607372235476771
Binary1100111010101001010110011101111101010011101100111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5456; }

 p { color: rgb(206,84,86); }

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

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

 a { background-color: rgb(206,84,86); }

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

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

 span { border-color: rgb(206,84,86); }

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