#CE545F

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

Shades of Mandy #CE545F

Tints of Mandy #CE545F

Color information

#CE545F (or 0xCE545F) is unknown color: approx Mandy. HEX triplet: CE, 54 and 5F. RGB value is (206,84,95). Sum of RGB (Red+Green+Blue) = 206+84+95=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE545F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE545F is #31ABA0. Grayscale: #797979. Windows color (decimal): -3255201 or 6247630. OLE color: 6247630.

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

Color convert

RGB2068495-
CMYK00.590.540.19
HSL354.59º55.45%56.86%-
HSV(B)354.59º59.22%80.78%-
XYZ30.6920.2913.13-
YUV121.73112.92188.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 53.51%
GREEN value IS 84 (33.20% from 255) = 21.82%
BLUE value IS 95 (37.5% from 255) = 24.68%
R=53.51%
G=21.82%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206849500.590.540.19354.5955.4556.86
HexCE545F03B36131633739
Octal31612413707366235436771
Binary1100111010101001011111011101111011010011101100011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE545F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE545F; }

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

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

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

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

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

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

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

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