#CE81A6

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

Shades of Puce #CE81A6

Tints of Puce #CE81A6

Color information

#CE81A6 (or 0xCE81A6) is unknown color: approx Puce. HEX triplet: CE, 81 and A6. RGB value is (206,129,166). Sum of RGB (Red+Green+Blue) = 206+129+166=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 129 (50.78% from 255 or 25.75% from 501); Blue value is 166 (65.23% from 255 or 33.13% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CE81A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE81A6 is #317E59. Grayscale: #9C9C9C. Windows color (decimal): -3243610 or 10912206. OLE color: 10912206.

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

Color convert

RGB206129166-
CMYK00.370.190.19
HSL331.17º44%65.69%-
HSV(B)331.17º37.38%80.78%-
XYZ40.1931.5840.05-
YUV156.24133.51163.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.12%
GREEN value IS 129 (50.78% from 255) = 25.75%
BLUE value IS 166 (65.23% from 255) = 33.13%
R=41.12%
G=25.75%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612916600.370.190.19331.174465.69
HexCE81A6025131314b2c42
Octal316201246045232351354102
Binary110011101000000110100110010010110011100111010010111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE81A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE81A6; }

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

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

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

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

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

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

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

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