#CE808F

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

Shades of Charm #CE808F

Tints of Charm #CE808F

Color information

#CE808F (or 0xCE808F) is unknown color: approx Charm. HEX triplet: CE, 80 and 8F. RGB value is (206,128,143). Sum of RGB (Red+Green+Blue) = 206+128+143=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CE808F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE808F is #317F70. Grayscale: #999999. Windows color (decimal): -3243889 or 9404622. OLE color: 9404622.

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

Color convert

RGB206128143-
CMYK00.380.310.19
HSL348.46º44.32%65.49%-
HSV(B)348.46º37.86%80.78%-
XYZ38.1330.5429.87-
YUV153.03122.34165.78-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.19%
GREEN value IS 128 (50.39% from 255) = 26.83%
BLUE value IS 143 (56.25% from 255) = 29.98%
R=43.19%
G=26.83%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612814300.380.310.19348.4644.3265.49
HexCE808F0261F1315c2c41
Octal316200217046372353454101
Binary110011101000000010001111010011011111100111010111001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE808F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE808F; }

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

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

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

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

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

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

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

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