#CE808D

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

Shades of Charm #CE808D

Tints of Charm #CE808D

Color information

#CE808D (or 0xCE808D) is unknown color: approx Charm. HEX triplet: CE, 80 and 8D. RGB value is (206,128,141). Sum of RGB (Red+Green+Blue) = 206+128+141=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CE808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE808D is #317F72. Grayscale: #989898. Windows color (decimal): -3243891 or 9273550. OLE color: 9273550.

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

Color convert

RGB206128141-
CMYK00.380.320.19
HSL350º44.32%65.49%-
HSV(B)350º37.86%80.78%-
XYZ37.9830.4829.08-
YUV152.8121.34165.94-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.37%
GREEN value IS 128 (50.39% from 255) = 26.95%
BLUE value IS 141 (55.47% from 255) = 29.68%
R=43.37%
G=26.95%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612814100.380.320.1935044.3265.49
HexCE808D026201315e2c41
Octal316200215046402353654101
Binary1100111010000000100011010100110100000100111010111101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE808D; }

 p { color: rgb(206,128,141); }

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

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

 a { background-color: rgb(206,128,141); }

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

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

 span { border-color: rgb(206,128,141); }

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