#CE595D

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

Shades of Mandy #CE595D

Tints of Mandy #CE595D

Color information

#CE595D (or 0xCE595D) is unknown color: approx Mandy. HEX triplet: CE, 59 and 5D. RGB value is (206,89,93). Sum of RGB (Red+Green+Blue) = 206+89+93=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE595D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE595D is #31A6A2. Grayscale: #7C7C7C. Windows color (decimal): -3253923 or 6117838. OLE color: 6117838.

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

Color convert

RGB2068993-
CMYK00.570.550.19
HSL357.95º54.42%57.84%-
HSV(B)357.95º56.8%80.78%-
XYZ3121.0612.79-
YUV124.44110.26186.17-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 53.09%
GREEN value IS 89 (35.16% from 255) = 22.94%
BLUE value IS 93 (36.72% from 255) = 23.97%
R=53.09%
G=22.94%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206899300.570.550.19357.9554.4257.84
HexCE595D0393713166363a
Octal31613113507167235466672
Binary1100111010110011011101011100111011110011101100110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE595D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE595D; }

 p { color: rgb(206,89,93); }

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

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

 a { background-color: rgb(206,89,93); }

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

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

 span { border-color: rgb(206,89,93); }

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