#CE8286

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

Shades of Charm #CE8286

Tints of Charm #CE8286

Color information

#CE8286 (or 0xCE8286) is unknown color: approx Charm. HEX triplet: CE, 82 and 86. RGB value is (206,130,134). Sum of RGB (Red+Green+Blue) = 206+130+134=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8286 is #317D79. Grayscale: #999999. Windows color (decimal): -3243386 or 8815310. OLE color: 8815310.

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

Color convert

RGB206130134-
CMYK00.370.350.19
HSL356.84º43.68%65.88%-
HSV(B)356.84º36.89%80.78%-
XYZ37.7430.8126.51-
YUV153.18117.18165.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.83%
GREEN value IS 130 (51.17% from 255) = 27.66%
BLUE value IS 134 (52.73% from 255) = 28.51%
R=43.83%
G=27.66%
B=28.51%

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
Decimal20613013400.370.350.19356.8443.6865.88
HexCE828602523131652c42
Octal316202206045432354554102
Binary1100111010000010100001100100101100011100111011001011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8286; }

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

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

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

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

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

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

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

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