#CE414E

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

Shades of Mandy #CE414E

Tints of Mandy #CE414E

Color information

#CE414E (or 0xCE414E) is unknown color: approx Mandy. HEX triplet: CE, 41 and 4E. RGB value is (206,65,78). Sum of RGB (Red+Green+Blue) = 206+65+78=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE414E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE414E is #31BEB1. Grayscale: #6C6C6C. Windows color (decimal): -3260082 or 5128654. OLE color: 5128654.

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

Color convert

RGB2066578-
CMYK00.680.620.19
HSL354.47º59%53.14%-
HSV(B)354.47º68.45%80.78%-
XYZ28.7217.459.06-
YUV108.64110.71197.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 59.03%
GREEN value IS 65 (25.78% from 255) = 18.62%
BLUE value IS 78 (30.86% from 255) = 22.35%
R=59.03%
G=18.62%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206657800.680.620.19354.475953.14
HexCE414E0443E131623b35
Octal316101116010476235427365
Binary11001110100000110011100100010011111010011101100010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE414E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE414E; }

 p { color: rgb(206,65,78); }

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

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

 a { background-color: rgb(206,65,78); }

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

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

 span { border-color: rgb(206,65,78); }

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