#CE5B60

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

Shades of Mandy #CE5B60

Tints of Mandy #CE5B60

Color information

#CE5B60 (or 0xCE5B60) is unknown color: approx Mandy. HEX triplet: CE, 5B and 60. RGB value is (206,91,96). Sum of RGB (Red+Green+Blue) = 206+91+96=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5B60 is #31A49F. Grayscale: #7E7E7E. Windows color (decimal): -3253408 or 6314958. OLE color: 6314958.

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

Color convert

RGB2069196-
CMYK00.560.530.19
HSL357.39º53.99%58.24%-
HSV(B)357.39º55.83%80.78%-
XYZ31.3121.4513.56-
YUV125.96111.1185.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.42%
GREEN value IS 91 (35.94% from 255) = 23.16%
BLUE value IS 96 (37.89% from 255) = 24.43%
R=52.42%
G=23.16%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206919600.560.530.19357.3953.9958.24
HexCE5B600383513165363a
Octal31613314007065235456672
Binary1100111010110111100000011100011010110011101100101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5B60; }

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

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

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

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

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

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

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

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