#CE8593

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

Shades of Puce #CE8593

Tints of Puce #CE8593

Color information

#CE8593 (or 0xCE8593) is unknown color: approx Puce. HEX triplet: CE, 85 and 93. RGB value is (206,133,147). Sum of RGB (Red+Green+Blue) = 206+133+147=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8593 is #317A6C. Grayscale: #9C9C9C. Windows color (decimal): -3242605 or 9668046. OLE color: 9668046.

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

Color convert

RGB206133147-
CMYK00.350.290.19
HSL348.49º42.69%66.47%-
HSV(B)348.49º35.44%80.78%-
XYZ39.113231.72-
YUV156.42122.68163.36-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.39%
GREEN value IS 133 (52.34% from 255) = 27.37%
BLUE value IS 147 (57.81% from 255) = 30.25%
R=42.39%
G=27.37%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613314700.350.290.19348.4942.6966.47
HexCE85930231D1315c2b42
Octal316205223043352353453102
Binary110011101000010110010011010001111101100111010111001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8593; }

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

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

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

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

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

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

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

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