#CE8B90

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

Shades of Puce #CE8B90

Tints of Puce #CE8B90

Color information

#CE8B90 (or 0xCE8B90) is unknown color: approx Puce. HEX triplet: CE, 8B and 90. RGB value is (206,139,144). Sum of RGB (Red+Green+Blue) = 206+139+144=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8B90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8B90 is #31746F. Grayscale: #9F9F9F. Windows color (decimal): -3241072 or 9472974. OLE color: 9472974.

HSL color Cylindrical-coordinate representation of color #CE8B90: hue angle of 355.52º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE8B90 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB206139144-
CMYK00.330.300.19
HSL355.52º40.61%67.65%-
HSV(B)355.52º32.52%80.78%-
XYZ39.7233.630.78-
YUV159.6119.2161.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.13%
GREEN value IS 139 (54.69% from 255) = 28.43%
BLUE value IS 144 (56.64% from 255) = 29.45%
R=42.13%
G=28.43%
B=29.45%

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
Decimal20613914400.330.300.19355.5240.6167.65
HexCE8B900211E131642944
Octal316213220041362354451104
Binary110011101000101110010000010000111110100111011001001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8B90; }

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

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

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

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

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

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

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

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