#CE8A96

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

Shades of Puce #CE8A96

Tints of Puce #CE8A96

Color information

#CE8A96 (or 0xCE8A96) is unknown color: approx Puce. HEX triplet: CE, 8A and 96. RGB value is (206,138,150). Sum of RGB (Red+Green+Blue) = 206+138+150=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8A96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8A96 is #317569. Grayscale: #9F9F9F. Windows color (decimal): -3241322 or 9865934. OLE color: 9865934.

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

Color convert

RGB206138150-
CMYK00.330.270.19
HSL349.41º40.96%67.45%-
HSV(B)349.41º33.01%80.78%-
XYZ40.0533.533.21-
YUV159.7122.53161.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.70%
GREEN value IS 138 (54.30% from 255) = 27.94%
BLUE value IS 150 (58.98% from 255) = 30.36%
R=41.70%
G=27.94%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613815000.330.270.19349.4140.9667.45
HexCE8A960211B1315d2943
Octal316212226041332353551103
Binary110011101000101010010110010000111011100111010111011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8A96; }

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

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

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

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

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

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

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

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