#CE545D

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

Shades of Mandy #CE545D

Tints of Mandy #CE545D

Color information

#CE545D (or 0xCE545D) is unknown color: approx Mandy. HEX triplet: CE, 54 and 5D. RGB value is (206,84,93). Sum of RGB (Red+Green+Blue) = 206+84+93=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE545D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE545D is #31ABA2. Grayscale: #797979. Windows color (decimal): -3255203 or 6116558. OLE color: 6116558.

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

Color convert

RGB2068493-
CMYK00.590.550.19
HSL355.57º55.45%56.86%-
HSV(B)355.57º59.22%80.78%-
XYZ30.620.2512.65-
YUV121.5111.92188.27-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 53.79%
GREEN value IS 84 (33.20% from 255) = 21.93%
BLUE value IS 93 (36.72% from 255) = 24.28%
R=53.79%
G=21.93%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206849300.590.550.19355.5755.4556.86
HexCE545D03B37131643739
Octal31612413507367235446771
Binary1100111010101001011101011101111011110011101100100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE545D; }

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

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

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

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

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

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

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

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