#CE405D

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

Shades of Mandy #CE405D

Tints of Mandy #CE405D

Color information

#CE405D (or 0xCE405D) is unknown color: approx Mandy. HEX triplet: CE, 40 and 5D. RGB value is (206,64,93). Sum of RGB (Red+Green+Blue) = 206+64+93=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE405D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE405D is #31BFA2. Grayscale: #6D6D6D. Windows color (decimal): -3260323 or 6111438. OLE color: 6111438.

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

Color convert

RGB2066493-
CMYK00.690.550.19
HSL347.75º59.17%52.94%-
HSV(B)347.75º68.93%80.78%-
XYZ29.2617.5812.21-
YUV109.76118.54196.64-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 56.75%
GREEN value IS 64 (25.39% from 255) = 17.63%
BLUE value IS 93 (36.72% from 255) = 25.62%
R=56.75%
G=17.63%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206649300.690.550.19347.7559.1752.94
HexCE405D045371315c3b35
Octal316100135010567235347365
Binary11001110100000010111010100010111011110011101011100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE405D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE405D; }

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

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

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

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

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

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

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

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