#CE7FA6

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

Shades of Puce #CE7FA6

Tints of Puce #CE7FA6

Color information

#CE7FA6 (or 0xCE7FA6) is unknown color: approx Puce. HEX triplet: CE, 7F and A6. RGB value is (206,127,166). Sum of RGB (Red+Green+Blue) = 206+127+166=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 166 (65.23% from 255 or 33.27% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7FA6 is #318059. Grayscale: #9A9A9A. Windows color (decimal): -3244122 or 10911694. OLE color: 10911694.

HSL color Cylindrical-coordinate representation of color #CE7FA6: hue angle of 330.38º degrees, saturation: 0.45, 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 #CE7FA6 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB206127166-
CMYK00.380.190.19
HSL330.38º44.63%65.29%-
HSV(B)330.38º38.35%80.78%-
XYZ39.9331.0539.97-
YUV155.07134.17164.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.28%
GREEN value IS 127 (50% from 255) = 25.45%
BLUE value IS 166 (65.23% from 255) = 33.27%
R=41.28%
G=25.45%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612716600.380.190.19330.3844.6365.29
HexCE7FA6026131314a2d41
Octal316177246046232351255101
Binary11001110111111110100110010011010011100111010010101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7FA6; }

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

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

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

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

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

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

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

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