#CE8697

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

Shades of Puce #CE8697

Tints of Puce #CE8697

Color information

#CE8697 (or 0xCE8697) is unknown color: approx Puce. HEX triplet: CE, 86 and 97. RGB value is (206,134,151). Sum of RGB (Red+Green+Blue) = 206+134+151=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8697 is #317968. Grayscale: #9D9D9D. Windows color (decimal): -3242345 or 9930446. OLE color: 9930446.

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

Color convert

RGB206134151-
CMYK00.350.270.19
HSL345.83º42.35%66.67%-
HSV(B)345.83º34.95%80.78%-
XYZ39.5632.4133.45-
YUV157.47124.35162.62-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.96%
GREEN value IS 134 (52.73% from 255) = 27.29%
BLUE value IS 151 (59.38% from 255) = 30.75%
R=41.96%
G=27.29%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613415100.350.270.19345.8342.3566.67
HexCE86970231B1315a2a43
Octal316206227043332353252103
Binary110011101000011010010111010001111011100111010110101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8697; }

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

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

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

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

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

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

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

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