#CE5F64

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

Shades of Mandy #CE5F64

Tints of Mandy #CE5F64

Color information

#CE5F64 (or 0xCE5F64) is unknown color: approx Mandy. HEX triplet: CE, 5F and 64. RGB value is (206,95,100). Sum of RGB (Red+Green+Blue) = 206+95+100=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 95 (37.5% from 255 or 23.69% from 401); Blue value is 100 (39.45% from 255 or 24.94% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5F64 is #31A09B. Grayscale: #808080. Windows color (decimal): -3252380 or 6578126. OLE color: 6578126.

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

Color convert

RGB20695100-
CMYK00.540.510.19
HSL357.3º53.11%59.02%-
HSV(B)357.3º53.88%80.78%-
XYZ31.8522.2314.67-
YUV128.76111.77183.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.37%
GREEN value IS 95 (37.5% from 255) = 23.69%
BLUE value IS 100 (39.45% from 255) = 24.94%
R=51.37%
G=23.69%
B=24.94%

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
Decimal2069510000.540.510.19357.353.1159.02
HexCE5F640363313165353b
Octal31613714406663235456573
Binary1100111010111111100100011011011001110011101100101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5F64; }

 p { color: rgb(206,95,100); }

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

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

 a { background-color: rgb(206,95,100); }

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

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

 span { border-color: rgb(206,95,100); }

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