#CE859D

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

Shades of Puce #CE859D

Tints of Puce #CE859D

Color information

#CE859D (or 0xCE859D) is unknown color: approx Puce. HEX triplet: CE, 85 and 9D. RGB value is (206,133,157). Sum of RGB (Red+Green+Blue) = 206+133+157=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CE859D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE859D is #317A62. Grayscale: #9D9D9D. Windows color (decimal): -3242595 or 10323406. OLE color: 10323406.

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

Color convert

RGB206133157-
CMYK00.350.240.19
HSL340.27º42.69%66.47%-
HSV(B)340.27º35.44%80.78%-
XYZ39.9332.3336.03-
YUV157.56127.68162.55-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.53%
GREEN value IS 133 (52.34% from 255) = 26.81%
BLUE value IS 157 (61.72% from 255) = 31.65%
R=41.53%
G=26.81%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613315700.350.240.19340.2742.6966.47
HexCE859D02318131542b42
Octal316205235043302352453102
Binary110011101000010110011101010001111000100111010101001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE859D; }

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

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

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

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

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

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

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

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