#CE8991

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

Shades of Puce #CE8991

Tints of Puce #CE8991

Color information

#CE8991 (or 0xCE8991) is unknown color: approx Puce. HEX triplet: CE, 89 and 91. RGB value is (206,137,145). Sum of RGB (Red+Green+Blue) = 206+137+145=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8991 is #31766E. Grayscale: #9E9E9E. Windows color (decimal): -3241583 or 9537998. OLE color: 9537998.

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

Color convert

RGB206137145-
CMYK00.330.300.19
HSL353.04º41.32%67.25%-
HSV(B)353.04º33.5%80.78%-
XYZ39.5133.0631.09-
YUV158.54120.36161.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.21%
GREEN value IS 137 (53.91% from 255) = 28.07%
BLUE value IS 145 (57.03% from 255) = 29.71%
R=42.21%
G=28.07%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613714500.330.300.19353.0441.3267.25
HexCE89910211E131612943
Octal316211221041362354151103
Binary110011101000100110010001010000111110100111011000011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8991; }

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

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

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

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

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

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

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

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