#CE828D

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

Shades of Puce #CE828D

Tints of Puce #CE828D

Color information

#CE828D (or 0xCE828D) is unknown color: approx Puce. HEX triplet: CE, 82 and 8D. RGB value is (206,130,141). Sum of RGB (Red+Green+Blue) = 206+130+141=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CE828D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE828D is #317D72. Grayscale: #9A9A9A. Windows color (decimal): -3243379 or 9274062. OLE color: 9274062.

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

Color convert

RGB206130141-
CMYK00.370.320.19
HSL351.32º43.68%65.88%-
HSV(B)351.32º36.89%80.78%-
XYZ38.2431.0129.17-
YUV153.98120.68165.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.19%
GREEN value IS 130 (51.17% from 255) = 27.25%
BLUE value IS 141 (55.47% from 255) = 29.56%
R=43.19%
G=27.25%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613014100.370.320.19351.3243.6865.88
HexCE828D025201315f2c42
Octal316202215045402353754102
Binary1100111010000010100011010100101100000100111010111111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE828D; }

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

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

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

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

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

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

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

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