#CE8999

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

Shades of Puce #CE8999

Tints of Puce #CE8999

Color information

#CE8999 (or 0xCE8999) is unknown color: approx Puce. HEX triplet: CE, 89 and 99. RGB value is (206,137,153). Sum of RGB (Red+Green+Blue) = 206+137+153=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8999 is #317666. Grayscale: #9F9F9F. Windows color (decimal): -3241575 or 10062286. OLE color: 10062286.

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

Color convert

RGB206137153-
CMYK00.330.260.19
HSL346.09º41.32%67.25%-
HSV(B)346.09º33.5%80.78%-
XYZ40.1533.3134.45-
YUV159.45124.36161.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.53%
GREEN value IS 137 (53.91% from 255) = 27.62%
BLUE value IS 153 (60.16% from 255) = 30.85%
R=41.53%
G=27.62%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613715300.330.260.19346.0941.3267.25
HexCE89990211A1315a2943
Octal316211231041322353251103
Binary110011101000100110011001010000111010100111010110101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8999; }

 p { color: rgb(206,137,153); }

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

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

 a { background-color: rgb(206,137,153); }

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

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

 span { border-color: rgb(206,137,153); }

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