#CE405E

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

Shades of Mandy #CE405E

Tints of Mandy #CE405E

Color information

#CE405E (or 0xCE405E) is unknown color: approx Mandy. HEX triplet: CE, 40 and 5E. RGB value is (206,64,94). Sum of RGB (Red+Green+Blue) = 206+64+94=364 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.59% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 94 (37.11% from 255 or 25.82% from 364); Max value from RGB is 206 - color contains mainly: red. Hex color #CE405E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE405E is #31BFA1. Grayscale: #6D6D6D. Windows color (decimal): -3260322 or 6176974. OLE color: 6176974.

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

Color convert

RGB2066494-
CMYK00.690.540.19
HSL347.32º59.17%52.94%-
HSV(B)347.32º68.93%80.78%-
XYZ29.3117.612.44-
YUV109.88119.04196.56-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 56.59%
GREEN value IS 64 (25.39% from 255) = 17.58%
BLUE value IS 94 (37.11% from 255) = 25.82%
R=56.59%
G=17.58%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206649400.690.540.19347.3259.1752.94
HexCE405E045361315b3b35
Octal316100136010566235337365
Binary11001110100000010111100100010111011010011101011011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE405E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE405E; }

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

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

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

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

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

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

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

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