#CE8599

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

Shades of Puce #CE8599

Tints of Puce #CE8599

Color information

#CE8599 (or 0xCE8599) is unknown color: approx Puce. HEX triplet: CE, 85 and 99. RGB value is (206,133,153). Sum of RGB (Red+Green+Blue) = 206+133+153=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8599 is #317A66. Grayscale: #9D9D9D. Windows color (decimal): -3242599 or 10061262. OLE color: 10061262.

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

Color convert

RGB206133153-
CMYK00.350.260.19
HSL343.56º42.69%66.47%-
HSV(B)343.56º35.44%80.78%-
XYZ39.5932.234.26-
YUV157.11125.68162.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.87%
GREEN value IS 133 (52.34% from 255) = 27.03%
BLUE value IS 153 (60.16% from 255) = 31.10%
R=41.87%
G=27.03%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613315300.350.260.19343.5642.6966.47
HexCE85990231A131582b42
Octal316205231043322353053102
Binary110011101000010110011001010001111010100111010110001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8599; }

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

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

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

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

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

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

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

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