#CE5158

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

Shades of Mandy #CE5158

Tints of Mandy #CE5158

Color information

#CE5158 (or 0xCE5158) is unknown color: approx Mandy. HEX triplet: CE, 51 and 58. RGB value is (206,81,88). Sum of RGB (Red+Green+Blue) = 206+81+88=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 88 (34.77% from 255 or 23.47% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5158 is #31AEA7. Grayscale: #777777. Windows color (decimal): -3255976 or 5788110. OLE color: 5788110.

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

Color convert

RGB2068188-
CMYK00.610.570.19
HSL356.64º56.05%56.27%-
HSV(B)356.64º60.68%80.78%-
XYZ30.1619.7111.45-
YUV119.17110.41189.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.93%
GREEN value IS 81 (32.03% from 255) = 21.6%
BLUE value IS 88 (34.77% from 255) = 23.47%
R=54.93%
G=21.6%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206818800.610.570.19356.6456.0556.27
HexCE515803D39131653838
Octal31612113007571235457070
Binary1100111010100011011000011110111100110011101100101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5158; }

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

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

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

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

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

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

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

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