#CE5157

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

Shades of Mandy #CE5157

Tints of Mandy #CE5157

Color information

#CE5157 (or 0xCE5157) is unknown color: approx Mandy. HEX triplet: CE, 51 and 57. RGB value is (206,81,87). Sum of RGB (Red+Green+Blue) = 206+81+87=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5157 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5157 is #31AEA8. Grayscale: #777777. Windows color (decimal): -3255977 or 5722574. OLE color: 5722574.

HSL color Cylindrical-coordinate representation of color #CE5157: hue angle of 357.12º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE5157 is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB2068187-
CMYK00.610.580.19
HSL357.12º56.05%56.27%-
HSV(B)357.12º60.68%80.78%-
XYZ30.1219.6911.23-
YUV119.06109.91190.01-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 55.08%
GREEN value IS 81 (32.03% from 255) = 21.66%
BLUE value IS 87 (34.38% from 255) = 23.26%
R=55.08%
G=21.66%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206818700.610.580.19357.1256.0556.27
HexCE515703D3A131653838
Octal31612112707572235457070
Binary1100111010100011010111011110111101010011101100101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5157; }

 p { color: rgb(206,81,87); }

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

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

 a { background-color: rgb(206,81,87); }

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

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

 span { border-color: rgb(206,81,87); }

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