#CE8896

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

Shades of Puce #CE8896

Tints of Puce #CE8896

Color information

#CE8896 (or 0xCE8896) is unknown color: approx Puce. HEX triplet: CE, 88 and 96. RGB value is (206,136,150). Sum of RGB (Red+Green+Blue) = 206+136+150=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8896 is #317769. Grayscale: #9E9E9E. Windows color (decimal): -3241834 or 9865422. OLE color: 9865422.

HSL color Cylindrical-coordinate representation of color #CE8896: hue angle of 348º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE8896 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB206136150-
CMYK00.340.270.19
HSL348º41.67%67.06%-
HSV(B)348º33.98%80.78%-
XYZ39.7632.9333.11-
YUV158.53123.19161.86-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.87%
GREEN value IS 136 (53.52% from 255) = 27.64%
BLUE value IS 150 (58.98% from 255) = 30.49%
R=41.87%
G=27.64%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613615000.340.270.1934841.6767.06
HexCE88960221B1315c2a43
Octal316210226042332353452103
Binary110011101000100010010110010001011011100111010111001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8896; }

 p { color: rgb(206,136,150); }

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

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

 a { background-color: rgb(206,136,150); }

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

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

 span { border-color: rgb(206,136,150); }

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