#CE81A8

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

Shades of Puce #CE81A8

Tints of Puce #CE81A8

Color information

#CE81A8 (or 0xCE81A8) is unknown color: approx Puce. HEX triplet: CE, 81 and A8. RGB value is (206,129,168). Sum of RGB (Red+Green+Blue) = 206+129+168=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 168 (66.02% from 255 or 33.40% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CE81A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE81A8 is #317E57. Grayscale: #9C9C9C. Windows color (decimal): -3243608 or 11043278. OLE color: 11043278.

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

Color convert

RGB206129168-
CMYK00.370.180.19
HSL329.61º44%65.69%-
HSV(B)329.61º37.38%80.78%-
XYZ40.3731.6541.03-
YUV156.47134.51163.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.95%
GREEN value IS 129 (50.78% from 255) = 25.65%
BLUE value IS 168 (66.02% from 255) = 33.40%
R=40.95%
G=25.65%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612916800.370.180.19329.614465.69
HexCE81A8025121314a2c42
Octal316201250045222351254102
Binary110011101000000110101000010010110010100111010010101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE81A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE81A8; }

 p { color: rgb(206,129,168); }

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

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

 a { background-color: rgb(206,129,168); }

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

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

 span { border-color: rgb(206,129,168); }

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