#CE5D66

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

Shades of Mandy #CE5D66

Tints of Mandy #CE5D66

Color information

#CE5D66 (or 0xCE5D66) is unknown color: approx Mandy. HEX triplet: CE, 5D and 66. RGB value is (206,93,102). Sum of RGB (Red+Green+Blue) = 206+93+102=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5D66 is #31A299. Grayscale: #7F7F7F. Windows color (decimal): -3252890 or 6708686. OLE color: 6708686.

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

Color convert

RGB20693102-
CMYK00.550.500.19
HSL355.22º53.55%58.63%-
HSV(B)355.22º54.85%80.78%-
XYZ31.7721.9115.13-
YUV127.81113.44183.77-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.37%
GREEN value IS 93 (36.72% from 255) = 23.19%
BLUE value IS 102 (40.23% from 255) = 25.44%
R=51.37%
G=23.19%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069310200.550.500.19355.2253.5558.63
HexCE5D660373213163363b
Octal31613514606762235436673
Binary1100111010111011100110011011111001010011101100011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5D66; }

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

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

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

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

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

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

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

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