#CE425B

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

Shades of Mandy #CE425B

Tints of Mandy #CE425B

Color information

#CE425B (or 0xCE425B) is unknown color: approx Mandy. HEX triplet: CE, 42 and 5B. RGB value is (206,66,91). Sum of RGB (Red+Green+Blue) = 206+66+91=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE425B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE425B is #31BDA4. Grayscale: #6E6E6E. Windows color (decimal): -3259813 or 5980878. OLE color: 5980878.

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

Color convert

RGB2066691-
CMYK00.680.560.19
HSL349.29º58.82%53.33%-
HSV(B)349.29º67.96%80.78%-
XYZ29.2917.7711.78-
YUV110.71116.88195.97-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 56.75%
GREEN value IS 66 (26.17% from 255) = 18.18%
BLUE value IS 91 (35.94% from 255) = 25.07%
R=56.75%
G=18.18%
B=25.07%

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
Decimal206669100.680.560.19349.2958.8253.33
HexCE425B044381315d3b35
Octal316102133010470235357365
Binary11001110100001010110110100010011100010011101011101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE425B; }

 p { color: rgb(206,66,91); }

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

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

 a { background-color: rgb(206,66,91); }

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

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

 span { border-color: rgb(206,66,91); }

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