#CE5B62

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

Shades of Mandy #CE5B62

Tints of Mandy #CE5B62

Color information

#CE5B62 (or 0xCE5B62) is unknown color: approx Mandy. HEX triplet: CE, 5B and 62. RGB value is (206,91,98). Sum of RGB (Red+Green+Blue) = 206+91+98=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 98 (38.67% from 255 or 24.81% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5B62 is #31A49D. Grayscale: #7E7E7E. Windows color (decimal): -3253406 or 6446030. OLE color: 6446030.

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

Color convert

RGB2069198-
CMYK00.560.520.19
HSL356.35º53.99%58.24%-
HSV(B)356.35º55.83%80.78%-
XYZ31.421.4914.05-
YUV126.18112.1184.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.15%
GREEN value IS 91 (35.94% from 255) = 23.04%
BLUE value IS 98 (38.67% from 255) = 24.81%
R=52.15%
G=23.04%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206919800.560.520.19356.3553.9958.24
HexCE5B620383413164363a
Octal31613314207064235446672
Binary1100111010110111100010011100011010010011101100100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5B62; }

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

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

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

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

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

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

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

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