#CE7E8C

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

Shades of Charm #CE7E8C

Tints of Charm #CE7E8C

Color information

#CE7E8C (or 0xCE7E8C) is unknown color: approx Charm. HEX triplet: CE, 7E and 8C. RGB value is (206,126,140). Sum of RGB (Red+Green+Blue) = 206+126+140=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7E8C is #318173. Grayscale: #979797. Windows color (decimal): -3244404 or 9207502. OLE color: 9207502.

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

Color convert

RGB206126140-
CMYK00.390.320.19
HSL349.5º44.94%65.1%-
HSV(B)349.5º38.83%80.78%-
XYZ37.6529.9428.61-
YUV151.52121.5166.86-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.64%
GREEN value IS 126 (49.61% from 255) = 26.69%
BLUE value IS 140 (55.08% from 255) = 29.66%
R=43.64%
G=26.69%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612614000.390.320.19349.544.9465.1
HexCE7E8C027201315e2d41
Octal316176214047402353655101
Binary110011101111110100011000100111100000100111010111101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7E8C; }

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

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

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

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

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

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

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

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