#CE5D62

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

Shades of Mandy #CE5D62

Tints of Mandy #CE5D62

Color information

#CE5D62 (or 0xCE5D62) is unknown color: approx Mandy. HEX triplet: CE, 5D and 62. RGB value is (206,93,98). Sum of RGB (Red+Green+Blue) = 206+93+98=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 98 (38.67% from 255 or 24.69% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5D62 is #31A29D. Grayscale: #7F7F7F. Windows color (decimal): -3252894 or 6446542. OLE color: 6446542.

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

Color convert

RGB2069398-
CMYK00.550.520.19
HSL357.35º53.55%58.63%-
HSV(B)357.35º54.85%80.78%-
XYZ31.5721.8314.11-
YUV127.36111.44184.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.89%
GREEN value IS 93 (36.72% from 255) = 23.43%
BLUE value IS 98 (38.67% from 255) = 24.69%
R=51.89%
G=23.43%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206939800.550.520.19357.3553.5558.63
HexCE5D620373413165363b
Octal31613514206764235456673
Binary1100111010111011100010011011111010010011101100101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5D62; }

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

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

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

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

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

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

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

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