#ce80a9

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

Shades of Puce #CE80A9

Tints of Puce #CE80A9

Color information

#CE80A9 (or 0xCE80A9) is unknown color: approx Puce. HEX triplet: CE, 80 and A9. RGB value is (206,128,169). Sum of RGB (Red+Green+Blue) = 206+128+169=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 169 (66.41% from 255 or 33.60% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CE80A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE80A9 is #317F56. Grayscale: #9B9B9B. Windows color (decimal): -3243863 or 11108558. OLE color: 11108558.

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

Color convert

RGB206128169-
CMYK00.380.180.19
HSL328.46º44.32%65.49%-
HSV(B)328.46º37.86%80.78%-
XYZ40.3331.4241.48-
YUV156135.34163.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.95%
GREEN value IS 128 (50.39% from 255) = 25.45%
BLUE value IS 169 (66.41% from 255) = 33.60%
R=40.95%
G=25.45%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612816900.380.180.19328.4644.3265.49
HexCE80A902612131482c41
Octal316200251046222351054101
Binary110011101000000010101001010011010010100111010010001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce80a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce80a9; }

 p { color: rgb(206,128,169); }

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

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

 a { background-color: rgb(206,128,169); }

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

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

 span { border-color: rgb(206,128,169); }

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