#ce475e

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

Shades of Mandy #CE475E

Tints of Mandy #CE475E

Color information

#CE475E (or 0xCE475E) is unknown color: approx Mandy. HEX triplet: CE, 47 and 5E. RGB value is (206,71,94). Sum of RGB (Red+Green+Blue) = 206+71+94=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE475E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE475E is #31B8A1. Grayscale: #727272. Windows color (decimal): -3258530 or 6178766. OLE color: 6178766.

HSL color Cylindrical-coordinate representation of color #CE475E: hue angle of 349.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 #CE475E is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB2067194-
CMYK00.660.540.19
HSL349.78º57.94%54.31%-
HSV(B)349.78º65.53%80.78%-
XYZ29.7318.4412.58-
YUV113.99116.73193.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 55.53%
GREEN value IS 71 (28.12% from 255) = 19.14%
BLUE value IS 94 (37.11% from 255) = 25.34%
R=55.53%
G=19.14%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206719400.660.540.19349.7857.9454.31
HexCE475E042361315e3a36
Octal316107136010266235367266
Binary11001110100011110111100100001011011010011101011110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce475e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce475e; }

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

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

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

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

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

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

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

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