#CE758C

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

Shades of Charm #CE758C

Tints of Charm #CE758C

Color information

#CE758C (or 0xCE758C) is unknown color: approx Charm. HEX triplet: CE, 75 and 8C. RGB value is (206,117,140). Sum of RGB (Red+Green+Blue) = 206+117+140=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CE758C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE758C is #318A73. Grayscale: #929292. Windows color (decimal): -3246708 or 9205198. OLE color: 9205198.

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

Color convert

RGB206117140-
CMYK00.430.320.19
HSL344.49º47.59%63.33%-
HSV(B)344.49º43.2%80.78%-
XYZ36.5527.7428.24-
YUV146.23124.49170.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.49%
GREEN value IS 117 (46.09% from 255) = 25.27%
BLUE value IS 140 (55.08% from 255) = 30.24%
R=44.49%
G=25.27%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611714000.430.320.19344.4947.5963.33
HexCE758C02B2013158303f
Octal31616521405340235306077
Binary11001110111010110001100010101110000010011101011000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE758C; }

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

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

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

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

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

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

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

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