#CE4156

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

Shades of Mandy #CE4156

Tints of Mandy #CE4156

Color information

#CE4156 (or 0xCE4156) is unknown color: approx Mandy. HEX triplet: CE, 41 and 56. RGB value is (206,65,86). Sum of RGB (Red+Green+Blue) = 206+65+86=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4156 is #31BEA9. Grayscale: #6D6D6D. Windows color (decimal): -3260074 or 5652942. OLE color: 5652942.

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

Color convert

RGB2066586-
CMYK00.680.580.19
HSL351.06º59%53.14%-
HSV(B)351.06º68.45%80.78%-
XYZ29.0217.5710.67-
YUV109.55114.71196.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 57.70%
GREEN value IS 65 (25.78% from 255) = 18.21%
BLUE value IS 86 (33.98% from 255) = 24.09%
R=57.70%
G=18.21%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206658600.680.580.19351.065953.14
HexCE41560443A1315f3b35
Octal316101126010472235377365
Binary11001110100000110101100100010011101010011101011111111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4156; }

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

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

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

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

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

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

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

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