#CE515D

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

Shades of Mandy #CE515D

Tints of Mandy #CE515D

Color information

#CE515D (or 0xCE515D) is unknown color: approx Mandy. HEX triplet: CE, 51 and 5D. RGB value is (206,81,93). Sum of RGB (Red+Green+Blue) = 206+81+93=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE515D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE515D is #31AEA2. Grayscale: #777777. Windows color (decimal): -3255971 or 6115790. OLE color: 6115790.

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

Color convert

RGB2068193-
CMYK00.610.550.19
HSL354.24º56.05%56.27%-
HSV(B)354.24º60.68%80.78%-
XYZ30.3719.812.58-
YUV119.74112.91189.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.21%
GREEN value IS 81 (32.03% from 255) = 21.32%
BLUE value IS 93 (36.72% from 255) = 24.47%
R=54.21%
G=21.32%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206819300.610.550.19354.2456.0556.27
HexCE515D03D37131623838
Octal31612113507567235427070
Binary1100111010100011011101011110111011110011101100010111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE515D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE515D; }

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

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

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

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

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

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

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

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