#CE859E

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

Shades of Puce #CE859E

Tints of Puce #CE859E

Color information

#CE859E (or 0xCE859E) is unknown color: approx Puce. HEX triplet: CE, 85 and 9E. RGB value is (206,133,158). Sum of RGB (Red+Green+Blue) = 206+133+158=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CE859E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE859E is #317A61. Grayscale: #9D9D9D. Windows color (decimal): -3242594 or 10388942. OLE color: 10388942.

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

Color convert

RGB206133158-
CMYK00.350.230.19
HSL339.45º42.69%66.47%-
HSV(B)339.45º35.44%80.78%-
XYZ40.0132.3736.49-
YUV157.68128.18162.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.45%
GREEN value IS 133 (52.34% from 255) = 26.76%
BLUE value IS 158 (62.11% from 255) = 31.79%
R=41.45%
G=26.76%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613315800.350.230.19339.4542.6966.47
HexCE859E02317131532b42
Octal316205236043272352353102
Binary110011101000010110011110010001110111100111010100111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE859E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE859E; }

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

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

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

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

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

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

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

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