#CE889B

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

Shades of Puce #CE889B

Tints of Puce #CE889B

Color information

#CE889B (or 0xCE889B) is unknown color: approx Puce. HEX triplet: CE, 88 and 9B. RGB value is (206,136,155). Sum of RGB (Red+Green+Blue) = 206+136+155=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CE889B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE889B is #317764. Grayscale: #9F9F9F. Windows color (decimal): -3241829 or 10193102. OLE color: 10193102.

HSL color Cylindrical-coordinate representation of color #CE889B: hue angle of 343.71º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE889B is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB206136155-
CMYK00.340.250.19
HSL343.71º41.67%67.06%-
HSV(B)343.71º33.98%80.78%-
XYZ40.1733.135.28-
YUV159.1125.69161.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.45%
GREEN value IS 136 (53.52% from 255) = 27.36%
BLUE value IS 155 (60.94% from 255) = 31.19%
R=41.45%
G=27.36%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613615500.340.250.19343.7141.6767.06
HexCE889B02219131582a43
Octal316210233042312353052103
Binary110011101000100010011011010001011001100111010110001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE889B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE889B; }

 p { color: rgb(206,136,155); }

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

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

 a { background-color: rgb(206,136,155); }

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

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

 span { border-color: rgb(206,136,155); }

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