#CE5E65

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

Shades of Mandy #CE5E65

Tints of Mandy #CE5E65

Color information

#CE5E65 (or 0xCE5E65) is unknown color: approx Mandy. HEX triplet: CE, 5E and 65. RGB value is (206,94,101). Sum of RGB (Red+Green+Blue) = 206+94+101=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5E65 is #31A19A. Grayscale: #808080. Windows color (decimal): -3252635 or 6643406. OLE color: 6643406.

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

Color convert

RGB20694101-
CMYK00.540.510.19
HSL356.25º53.33%58.82%-
HSV(B)356.25º54.37%80.78%-
XYZ31.8122.0714.89-
YUV128.29112.61183.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.37%
GREEN value IS 94 (37.11% from 255) = 23.44%
BLUE value IS 101 (39.84% from 255) = 25.19%
R=51.37%
G=23.44%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069410100.540.510.19356.2553.3358.82
HexCE5E650363313164353b
Octal31613614506663235446573
Binary1100111010111101100101011011011001110011101100100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5E65; }

 p { color: rgb(206,94,101); }

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

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

 a { background-color: rgb(206,94,101); }

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

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

 span { border-color: rgb(206,94,101); }

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