#CE8695

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

Shades of Puce #CE8695

Tints of Puce #CE8695

Color information

#CE8695 (or 0xCE8695) is unknown color: approx Puce. HEX triplet: CE, 86 and 95. RGB value is (206,134,149). Sum of RGB (Red+Green+Blue) = 206+134+149=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 149 (58.59% from 255 or 30.47% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8695 is #31796A. Grayscale: #9D9D9D. Windows color (decimal): -3242347 or 9799374. OLE color: 9799374.

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

Color convert

RGB206134149-
CMYK00.350.280.19
HSL347.5º42.35%66.67%-
HSV(B)347.5º34.95%80.78%-
XYZ39.432.3432.6-
YUV157.24123.35162.78-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.13%
GREEN value IS 134 (52.73% from 255) = 27.40%
BLUE value IS 149 (58.59% from 255) = 30.47%
R=42.13%
G=27.40%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613414900.350.280.19347.542.3566.67
HexCE86950231C1315c2a43
Octal316206225043342353452103
Binary110011101000011010010101010001111100100111010111001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8695; }

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

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

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

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

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

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

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

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