#CE415F

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

Shades of Mandy #CE415F

Tints of Mandy #CE415F

Color information

#CE415F (or 0xCE415F) is unknown color: approx Mandy. HEX triplet: CE, 41 and 5F. RGB value is (206,65,95). Sum of RGB (Red+Green+Blue) = 206+65+95=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE415F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE415F is #31BEA0. Grayscale: #6E6E6E. Windows color (decimal): -3260065 or 6242766. OLE color: 6242766.

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

Color convert

RGB2066595-
CMYK00.680.540.19
HSL347.23º59%53.14%-
HSV(B)347.23º68.45%80.78%-
XYZ29.4117.7312.7-
YUV110.58119.21196.06-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 56.28%
GREEN value IS 65 (25.78% from 255) = 17.76%
BLUE value IS 95 (37.5% from 255) = 25.96%
R=56.28%
G=17.76%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206659500.680.540.19347.235953.14
HexCE415F044361315b3b35
Octal316101137010466235337365
Binary11001110100000110111110100010011011010011101011011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE415F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE415F; }

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

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

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

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

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

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

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

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