#CE6D8C

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

Shades of Charm #CE6D8C

Tints of Charm #CE6D8C

Color information

#CE6D8C (or 0xCE6D8C) is unknown color: approx Charm. HEX triplet: CE, 6D and 8C. RGB value is (206,109,140). Sum of RGB (Red+Green+Blue) = 206+109+140=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 109 (42.97% from 255 or 23.96% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6D8C is #319273. Grayscale: #8D8D8D. Windows color (decimal): -3248756 or 9203150. OLE color: 9203150.

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

Color convert

RGB206109140-
CMYK00.470.320.19
HSL340.82º49.74%61.76%-
HSV(B)340.82º47.09%80.78%-
XYZ35.6625.9527.94-
YUV141.54127.14173.98-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.27%
GREEN value IS 109 (42.97% from 255) = 23.96%
BLUE value IS 140 (55.08% from 255) = 30.77%
R=45.27%
G=23.96%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610914000.470.320.19340.8249.7461.76
HexCE6D8C02F2013155323e
Octal31615521405740235256276
Binary11001110110110110001100010111110000010011101010101110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6D8C; }

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

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

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

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

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

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

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

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