#CE6886

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

Shades of Charm #CE6886

Tints of Charm #CE6886

Color information

#CE6886 (or 0xCE6886) is unknown color: approx Charm. HEX triplet: CE, 68 and 86. RGB value is (206,104,134). Sum of RGB (Red+Green+Blue) = 206+104+134=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6886 is #319779. Grayscale: #898989. Windows color (decimal): -3250042 or 8808654. OLE color: 8808654.

HSL color Cylindrical-coordinate representation of color #CE6886: hue angle of 342.35º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE6886 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB206104134-
CMYK00.500.350.19
HSL342.35º51%60.78%-
HSV(B)342.35º49.51%80.78%-
XYZ34.7124.7425.5-
YUV137.92125.79176.56-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.40%
GREEN value IS 104 (41.02% from 255) = 23.42%
BLUE value IS 134 (52.73% from 255) = 30.18%
R=46.40%
G=23.42%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610413400.500.350.19342.355160.78
HexCE68860322313156333d
Octal31615020606243235266375
Binary11001110110100010000110011001010001110011101010110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6886; }

 p { color: rgb(206,104,134); }

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

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

 a { background-color: rgb(206,104,134); }

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

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

 span { border-color: rgb(206,104,134); }

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