#CE8696

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

Shades of Puce #CE8696

Tints of Puce #CE8696

Color information

#CE8696 (or 0xCE8696) is unknown color: approx Puce. HEX triplet: CE, 86 and 96. RGB value is (206,134,150). Sum of RGB (Red+Green+Blue) = 206+134+150=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8696 is #317969. Grayscale: #9D9D9D. Windows color (decimal): -3242346 or 9864910. OLE color: 9864910.

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

Color convert

RGB206134150-
CMYK00.350.270.19
HSL346.67º42.35%66.67%-
HSV(B)346.67º34.95%80.78%-
XYZ39.4832.3733.02-
YUV157.35123.85162.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.04%
GREEN value IS 134 (52.73% from 255) = 27.35%
BLUE value IS 150 (58.98% from 255) = 30.61%
R=42.04%
G=27.35%
B=30.61%

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
Decimal20613415000.350.270.19346.6742.3566.67
HexCE86960231B1315b2a43
Octal316206226043332353352103
Binary110011101000011010010110010001111011100111010110111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8696; }

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

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

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

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

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

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

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

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