#ce5c66

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

Shades of Mandy #CE5C66

Tints of Mandy #CE5C66

Color information

#CE5C66 (or 0xCE5C66) is unknown color: approx Mandy. HEX triplet: CE, 5C and 66. RGB value is (206,92,102). Sum of RGB (Red+Green+Blue) = 206+92+102=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5C66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5C66 is #31A399. Grayscale: #7F7F7F. Windows color (decimal): -3253146 or 6708430. OLE color: 6708430.

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

Color convert

RGB20692102-
CMYK00.550.500.19
HSL354.74º53.77%58.43%-
HSV(B)354.74º55.34%80.78%-
XYZ31.6821.7415.1-
YUV127.23113.77184.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.5%
GREEN value IS 92 (36.33% from 255) = 23%
BLUE value IS 102 (40.23% from 255) = 25.5%
R=51.5%
G=23%
B=25.5%

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
Decimal2069210200.550.500.19354.7453.7758.43
HexCE5C660373213163363a
Octal31613414606762235436672
Binary1100111010111001100110011011111001010011101100011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce5c66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce5c66; }

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

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

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

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

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

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

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

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