#CE7386

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

Shades of Charm #CE7386

Tints of Charm #CE7386

Color information

#CE7386 (or 0xCE7386) is unknown color: approx Charm. HEX triplet: CE, 73 and 86. RGB value is (206,115,134). Sum of RGB (Red+Green+Blue) = 206+115+134=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 134 (52.73% from 255 or 29.45% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7386 is #318C79. Grayscale: #909090. Windows color (decimal): -3247226 or 8811470. OLE color: 8811470.

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

Color convert

RGB206115134-
CMYK00.440.350.19
HSL347.47º48.15%62.94%-
HSV(B)347.47º44.17%80.78%-
XYZ35.8927.125.89-
YUV144.38122.15171.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.27%
GREEN value IS 115 (45.31% from 255) = 25.27%
BLUE value IS 134 (52.73% from 255) = 29.45%
R=45.27%
G=25.27%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611513400.440.350.19347.4748.1562.94
HexCE738602C231315b303f
Octal31616320605443235336077
Binary11001110111001110000110010110010001110011101011011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7386; }

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

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

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

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

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

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

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

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