#CE8992

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

Shades of Puce #CE8992

Tints of Puce #CE8992

Color information

#CE8992 (or 0xCE8992) is unknown color: approx Puce. HEX triplet: CE, 89 and 92. RGB value is (206,137,146). Sum of RGB (Red+Green+Blue) = 206+137+146=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8992 is #31766D. Grayscale: #9E9E9E. Windows color (decimal): -3241582 or 9603534. OLE color: 9603534.

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

Color convert

RGB206137146-
CMYK00.330.290.19
HSL352.17º41.32%67.25%-
HSV(B)352.17º33.5%80.78%-
XYZ39.5933.0931.49-
YUV158.66120.86161.77-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.13%
GREEN value IS 137 (53.91% from 255) = 28.02%
BLUE value IS 146 (57.42% from 255) = 29.86%
R=42.13%
G=28.02%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613714600.330.290.19352.1741.3267.25
HexCE89920211D131602943
Octal316211222041352354051103
Binary110011101000100110010010010000111101100111011000001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8992; }

 p { color: rgb(206,137,146); }

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

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

 a { background-color: rgb(206,137,146); }

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

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

 span { border-color: rgb(206,137,146); }

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