#CE838D

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

Shades of Puce #CE838D

Tints of Puce #CE838D

Color information

#CE838D (or 0xCE838D) is unknown color: approx Puce. HEX triplet: CE, 83 and 8D. RGB value is (206,131,141). Sum of RGB (Red+Green+Blue) = 206+131+141=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE838D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE838D is #317C72. Grayscale: #9A9A9A. Windows color (decimal): -3243123 or 9274318. OLE color: 9274318.

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

Color convert

RGB206131141-
CMYK00.360.320.19
HSL352º43.35%66.08%-
HSV(B)352º36.41%80.78%-
XYZ38.3831.2829.21-
YUV154.56120.35164.69-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.10%
GREEN value IS 131 (51.56% from 255) = 27.41%
BLUE value IS 141 (55.47% from 255) = 29.50%
R=43.10%
G=27.41%
B=29.50%

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
Decimal20613114100.360.320.1935243.3566.08
HexCE838D02420131602b42
Octal316203215044402354053102
Binary1100111010000011100011010100100100000100111011000001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE838D; }

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

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

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

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

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

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

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

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