#CE82A4

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

Shades of Puce #CE82A4

Tints of Puce #CE82A4

Color information

#CE82A4 (or 0xCE82A4) is unknown color: approx Puce. HEX triplet: CE, 82 and A4. RGB value is (206,130,164). Sum of RGB (Red+Green+Blue) = 206+130+164=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 164 (64.45% from 255 or 32.8% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CE82A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE82A4 is #317D5B. Grayscale: #9C9C9C. Windows color (decimal): -3243356 or 10781390. OLE color: 10781390.

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

Color convert

RGB206130164-
CMYK00.370.200.19
HSL333.16º43.68%65.88%-
HSV(B)333.16º36.89%80.78%-
XYZ40.1431.7739.14-
YUV156.6132.18163.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.2%
GREEN value IS 130 (51.17% from 255) = 26%
BLUE value IS 164 (64.45% from 255) = 32.8%
R=41.2%
G=26%
B=32.8%

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
Decimal20613016400.370.200.19333.1643.6865.88
HexCE82A4025141314d2c42
Octal316202244045242351554102
Binary110011101000001010100100010010110100100111010011011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE82A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE82A4; }

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

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

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

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

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

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

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

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