#CE81A1

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

Shades of Puce #CE81A1

Tints of Puce #CE81A1

Color information

#CE81A1 (or 0xCE81A1) is unknown color: approx Puce. HEX triplet: CE, 81 and A1. RGB value is (206,129,161). Sum of RGB (Red+Green+Blue) = 206+129+161=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 129 (50.78% from 255 or 26.01% from 496); Blue value is 161 (63.28% from 255 or 32.46% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CE81A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE81A1 is #317E5E. Grayscale: #9B9B9B. Windows color (decimal): -3243615 or 10584526. OLE color: 10584526.

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

Color convert

RGB206129161-
CMYK00.370.220.19
HSL335.06º44%65.69%-
HSV(B)335.06º37.38%80.78%-
XYZ39.7431.437.68-
YUV155.67131.01163.9-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.53%
GREEN value IS 129 (50.78% from 255) = 26.01%
BLUE value IS 161 (63.28% from 255) = 32.46%
R=41.53%
G=26.01%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612916100.370.220.19335.064465.69
HexCE81A1025161314f2c42
Octal316201241045262351754102
Binary110011101000000110100001010010110110100111010011111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE81A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE81A1; }

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

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

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

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

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

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

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

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