#CE8990

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

Shades of Puce #CE8990

Tints of Puce #CE8990

Color information

#CE8990 (or 0xCE8990) is unknown color: approx Puce. HEX triplet: CE, 89 and 90. RGB value is (206,137,144). Sum of RGB (Red+Green+Blue) = 206+137+144=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8990 is #31766F. Grayscale: #9E9E9E. Windows color (decimal): -3241584 or 9472462. OLE color: 9472462.

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

Color convert

RGB206137144-
CMYK00.330.300.19
HSL353.91º41.32%67.25%-
HSV(B)353.91º33.5%80.78%-
XYZ39.4333.0330.68-
YUV158.43119.86161.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.30%
GREEN value IS 137 (53.91% from 255) = 28.13%
BLUE value IS 144 (56.64% from 255) = 29.57%
R=42.30%
G=28.13%
B=29.57%

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
Decimal20613714400.330.300.19353.9141.3267.25
HexCE89900211E131622943
Octal316211220041362354251103
Binary110011101000100110010000010000111110100111011000101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8990; }

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

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

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

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

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

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

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

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