#CE415A

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

Shades of Mandy #CE415A

Tints of Mandy #CE415A

Color information

#CE415A (or 0xCE415A) is unknown color: approx Mandy. HEX triplet: CE, 41 and 5A. RGB value is (206,65,90). Sum of RGB (Red+Green+Blue) = 206+65+90=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE415A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE415A is #31BEA5. Grayscale: #6E6E6E. Windows color (decimal): -3260070 or 5915086. OLE color: 5915086.

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

Color convert

RGB2066590-
CMYK00.680.560.19
HSL349.36º59%53.14%-
HSV(B)349.36º68.45%80.78%-
XYZ29.1917.6411.54-
YUV110.01116.71196.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 57.06%
GREEN value IS 65 (25.78% from 255) = 18.01%
BLUE value IS 90 (35.55% from 255) = 24.93%
R=57.06%
G=18.01%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.56
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206659000.680.560.19349.365953.14
HexCE415A044381315d3b35
Octal316101132010470235357365
Binary11001110100000110110100100010011100010011101011101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE415A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE415A; }

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

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

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

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

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

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

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

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