#CE8797

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

Shades of Puce #CE8797

Tints of Puce #CE8797

Color information

#CE8797 (or 0xCE8797) is unknown color: approx Puce. HEX triplet: CE, 87 and 97. RGB value is (206,135,151). Sum of RGB (Red+Green+Blue) = 206+135+151=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 151 (59.38% from 255 or 30.69% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8797 is #317868. Grayscale: #9E9E9E. Windows color (decimal): -3242089 or 9930702. OLE color: 9930702.

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

Color convert

RGB206135151-
CMYK00.340.270.19
HSL346.48º42.01%66.86%-
HSV(B)346.48º34.47%80.78%-
XYZ39.732.6833.49-
YUV158.05124.02162.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.87%
GREEN value IS 135 (53.12% from 255) = 27.44%
BLUE value IS 151 (59.38% from 255) = 30.69%
R=41.87%
G=27.44%
B=30.69%

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
Decimal20613515100.340.270.19346.4842.0166.86
HexCE87970221B1315a2a43
Octal316207227042332353252103
Binary110011101000011110010111010001011011100111010110101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8797; }

 p { color: rgb(206,135,151); }

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

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

 a { background-color: rgb(206,135,151); }

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

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

 span { border-color: rgb(206,135,151); }

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