#CE525D

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

Shades of Mandy #CE525D

Tints of Mandy #CE525D

Color information

#CE525D (or 0xCE525D) is unknown color: approx Mandy. HEX triplet: CE, 52 and 5D. RGB value is (206,82,93). Sum of RGB (Red+Green+Blue) = 206+82+93=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE525D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE525D is #31ADA2. Grayscale: #787878. Windows color (decimal): -3255715 or 6116046. OLE color: 6116046.

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

Color convert

RGB2068293-
CMYK00.600.550.19
HSL354.68º55.86%56.47%-
HSV(B)354.68º60.19%80.78%-
XYZ30.4519.9512.6-
YUV120.33112.58189.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.07%
GREEN value IS 82 (32.42% from 255) = 21.52%
BLUE value IS 93 (36.72% from 255) = 24.41%
R=54.07%
G=21.52%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206829300.600.550.19354.6855.8656.47
HexCE525D03C37131633838
Octal31612213507467235437070
Binary1100111010100101011101011110011011110011101100011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE525D; }

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

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

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

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

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

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

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

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