#CE8186

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

Shades of Charm #CE8186

Tints of Charm #CE8186

Color information

#CE8186 (or 0xCE8186) is unknown color: approx Charm. HEX triplet: CE, 81 and 86. RGB value is (206,129,134). Sum of RGB (Red+Green+Blue) = 206+129+134=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 134 (52.73% from 255 or 28.57% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8186 is #317E79. Grayscale: #989898. Windows color (decimal): -3243642 or 8815054. OLE color: 8815054.

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

Color convert

RGB206129134-
CMYK00.370.350.19
HSL356.1º44%65.69%-
HSV(B)356.1º37.38%80.78%-
XYZ37.6130.5426.47-
YUV152.59117.51166.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.92%
GREEN value IS 129 (50.78% from 255) = 27.51%
BLUE value IS 134 (52.73% from 255) = 28.57%
R=43.92%
G=27.51%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612913400.370.350.19356.14465.69
HexCE818602523131642c42
Octal316201206045432354454102
Binary1100111010000001100001100100101100011100111011001001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8186; }

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

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

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

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

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

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

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

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