#CE757E

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

Shades of Charm #CE757E

Tints of Charm #CE757E

Color information

#CE757E (or 0xCE757E) is unknown color: approx Charm. HEX triplet: CE, 75 and 7E. RGB value is (206,117,126). Sum of RGB (Red+Green+Blue) = 206+117+126=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE757E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE757E is #318A81. Grayscale: #909090. Windows color (decimal): -3246722 or 8287694. OLE color: 8287694.

HSL color Cylindrical-coordinate representation of color #CE757E: hue angle of 353.93º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE757E is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB206117126-
CMYK00.430.390.19
HSL353.93º47.59%63.33%-
HSV(B)353.93º43.2%80.78%-
XYZ35.5827.3523.14-
YUV144.64117.49171.77-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.88%
GREEN value IS 117 (46.09% from 255) = 26.06%
BLUE value IS 126 (49.61% from 255) = 28.06%
R=45.88%
G=26.06%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611712600.430.390.19353.9347.5963.33
HexCE757E02B2713162303f
Octal31616517605347235426077
Binary1100111011101011111110010101110011110011101100010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE757E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE757E; }

 p { color: rgb(206,117,126); }

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

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

 a { background-color: rgb(206,117,126); }

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

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

 span { border-color: rgb(206,117,126); }

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