#CE838C

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

Shades of Puce #CE838C

Tints of Puce #CE838C

Color information

#CE838C (or 0xCE838C) is unknown color: approx Puce. HEX triplet: CE, 83 and 8C. RGB value is (206,131,140). Sum of RGB (Red+Green+Blue) = 206+131+140=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 131 (51.56% from 255 or 27.46% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CE838C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE838C is #317C73. Grayscale: #9A9A9A. Windows color (decimal): -3243124 or 9208782. OLE color: 9208782.

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

Color convert

RGB206131140-
CMYK00.360.320.19
HSL352.8º43.35%66.08%-
HSV(B)352.8º36.41%80.78%-
XYZ38.331.2528.82-
YUV154.45119.85164.77-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.19%
GREEN value IS 131 (51.56% from 255) = 27.46%
BLUE value IS 140 (55.08% from 255) = 29.35%
R=43.19%
G=27.46%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613114000.360.320.19352.843.3566.08
HexCE838C02420131612b42
Octal316203214044402354153102
Binary1100111010000011100011000100100100000100111011000011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE838C; }

 p { color: rgb(206,131,140); }

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

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

 a { background-color: rgb(206,131,140); }

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

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

 span { border-color: rgb(206,131,140); }

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