#CE748C

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

Shades of Charm #CE748C

Tints of Charm #CE748C

Color information

#CE748C (or 0xCE748C) is unknown color: approx Charm. HEX triplet: CE, 74 and 8C. RGB value is (206,116,140). Sum of RGB (Red+Green+Blue) = 206+116+140=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 116 (45.70% from 255 or 25.11% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CE748C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE748C is #318B73. Grayscale: #919191. Windows color (decimal): -3246964 or 9204942. OLE color: 9204942.

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

Color convert

RGB206116140-
CMYK00.440.320.19
HSL344º47.87%63.14%-
HSV(B)344º43.69%80.78%-
XYZ36.4327.5128.2-
YUV145.65124.82171.05-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.59%
GREEN value IS 116 (45.70% from 255) = 25.11%
BLUE value IS 140 (55.08% from 255) = 30.30%
R=44.59%
G=25.11%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611614000.440.320.1934447.8763.14
HexCE748C02C2013158303f
Octal31616421405440235306077
Binary11001110111010010001100010110010000010011101011000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE748C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE748C; }

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

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

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

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

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

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

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

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