#CE8393

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

Shades of Puce #CE8393

Tints of Puce #CE8393

Color information

#CE8393 (or 0xCE8393) is unknown color: approx Puce. HEX triplet: CE, 83 and 93. RGB value is (206,131,147). Sum of RGB (Red+Green+Blue) = 206+131+147=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 131 (51.56% from 255 or 27.07% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8393 is #317C6C. Grayscale: #9B9B9B. Windows color (decimal): -3243117 or 9667534. OLE color: 9667534.

HSL color Cylindrical-coordinate representation of color #CE8393: hue angle of 347.2º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE8393 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB206131147-
CMYK00.360.290.19
HSL347.2º43.35%66.08%-
HSV(B)347.2º36.41%80.78%-
XYZ38.8431.4631.63-
YUV155.25123.35164.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.56%
GREEN value IS 131 (51.56% from 255) = 27.07%
BLUE value IS 147 (57.81% from 255) = 30.37%
R=42.56%
G=27.07%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613114700.360.290.19347.243.3566.08
HexCE83930241D1315b2b42
Octal316203223044352353353102
Binary110011101000001110010011010010011101100111010110111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8393; }

 p { color: rgb(206,131,147); }

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

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

 a { background-color: rgb(206,131,147); }

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

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

 span { border-color: rgb(206,131,147); }

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