#CE5C60

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

Shades of Mandy #CE5C60

Tints of Mandy #CE5C60

Color information

#CE5C60 (or 0xCE5C60) is unknown color: approx Mandy. HEX triplet: CE, 5C and 60. RGB value is (206,92,96). Sum of RGB (Red+Green+Blue) = 206+92+96=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5C60 is #31A39F. Grayscale: #7E7E7E. Windows color (decimal): -3253152 or 6315214. OLE color: 6315214.

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

Color convert

RGB2069296-
CMYK00.550.530.19
HSL357.89º53.77%58.43%-
HSV(B)357.89º55.34%80.78%-
XYZ31.3921.6213.58-
YUV126.54110.77184.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.28%
GREEN value IS 92 (36.33% from 255) = 23.35%
BLUE value IS 96 (37.89% from 255) = 24.37%
R=52.28%
G=23.35%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206929600.550.530.19357.8953.7758.43
HexCE5C600373513166363a
Octal31613414006765235466672
Binary1100111010111001100000011011111010110011101100110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5C60; }

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

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

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

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

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

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

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

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