#CE8486

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

Shades of Charm #CE8486

Tints of Charm #CE8486

Color information

#CE8486 (or 0xCE8486) is unknown color: approx Charm. HEX triplet: CE, 84 and 86. RGB value is (206,132,134). Sum of RGB (Red+Green+Blue) = 206+132+134=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 134 (52.73% from 255 or 28.39% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8486 is #317B79. Grayscale: #9A9A9A. Windows color (decimal): -3242874 or 8815822. OLE color: 8815822.

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

Color convert

RGB206132134-
CMYK00.360.350.19
HSL358.38º43.02%66.27%-
HSV(B)358.38º35.92%80.78%-
XYZ38.0131.3526.6-
YUV154.35116.52164.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.64%
GREEN value IS 132 (51.95% from 255) = 27.97%
BLUE value IS 134 (52.73% from 255) = 28.39%
R=43.64%
G=27.97%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613213400.360.350.19358.3843.0266.27
HexCE848602423131662b42
Octal316204206044432354653102
Binary1100111010000100100001100100100100011100111011001101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8486; }

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

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

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

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

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

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

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

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