#CE4755

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

Shades of Mandy #CE4755

Tints of Mandy #CE4755

Color information

#CE4755 (or 0xCE4755) is unknown color: approx Mandy. HEX triplet: CE, 47 and 55. RGB value is (206,71,85). Sum of RGB (Red+Green+Blue) = 206+71+85=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4755 is #31B8AA. Grayscale: #717171. Windows color (decimal): -3258539 or 5588942. OLE color: 5588942.

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

Color convert

RGB2067185-
CMYK00.660.590.19
HSL353.78º57.94%54.31%-
HSV(B)353.78º65.53%80.78%-
XYZ29.3518.2810.58-
YUV112.96112.23194.36-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 56.91%
GREEN value IS 71 (28.12% from 255) = 19.61%
BLUE value IS 85 (33.59% from 255) = 23.48%
R=56.91%
G=19.61%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206718500.660.590.19353.7857.9454.31
HexCE47550423B131623a36
Octal316107125010273235427266
Binary11001110100011110101010100001011101110011101100010111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4755; }

 p { color: rgb(206,71,85); }

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

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

 a { background-color: rgb(206,71,85); }

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

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

 span { border-color: rgb(206,71,85); }

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