#CE829E

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

Shades of Puce #CE829E

Tints of Puce #CE829E

Color information

#CE829E (or 0xCE829E) is unknown color: approx Puce. HEX triplet: CE, 82 and 9E. RGB value is (206,130,158). Sum of RGB (Red+Green+Blue) = 206+130+158=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CE829E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE829E is #317D61. Grayscale: #9B9B9B. Windows color (decimal): -3243362 or 10388174. OLE color: 10388174.

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

Color convert

RGB206130158-
CMYK00.370.230.19
HSL337.89º43.68%65.88%-
HSV(B)337.89º36.89%80.78%-
XYZ39.6131.5636.35-
YUV155.92129.18163.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.70%
GREEN value IS 130 (51.17% from 255) = 26.32%
BLUE value IS 158 (62.11% from 255) = 31.98%
R=41.70%
G=26.32%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613015800.370.230.19337.8943.6865.88
HexCE829E02517131522c42
Octal316202236045272352254102
Binary110011101000001010011110010010110111100111010100101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE829E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE829E; }

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

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

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

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

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

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

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

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