#CE82A5

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

Shades of Puce #CE82A5

Tints of Puce #CE82A5

Color information

#CE82A5 (or 0xCE82A5) is unknown color: approx Puce. HEX triplet: CE, 82 and A5. RGB value is (206,130,165). Sum of RGB (Red+Green+Blue) = 206+130+165=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 165 (64.84% from 255 or 32.93% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CE82A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE82A5 is #317D5A. Grayscale: #9C9C9C. Windows color (decimal): -3243355 or 10846926. OLE color: 10846926.

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

Color convert

RGB206130165-
CMYK00.370.200.19
HSL332.37º43.68%65.88%-
HSV(B)332.37º36.89%80.78%-
XYZ40.2331.839.62-
YUV156.71132.68163.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.12%
GREEN value IS 130 (51.17% from 255) = 25.95%
BLUE value IS 165 (64.84% from 255) = 32.93%
R=41.12%
G=25.95%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613016500.370.200.19332.3743.6865.88
HexCE82A5025141314c2c42
Octal316202245045242351454102
Binary110011101000001010100101010010110100100111010011001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE82A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE82A5; }

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

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

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

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

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

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

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

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