#CE7FA0

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

Shades of Puce #CE7FA0

Tints of Puce #CE7FA0

Color information

#CE7FA0 (or 0xCE7FA0) is unknown color: approx Puce. HEX triplet: CE, 7F and A0. RGB value is (206,127,160). Sum of RGB (Red+Green+Blue) = 206+127+160=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7FA0 is #31805F. Grayscale: #9A9A9A. Windows color (decimal): -3244128 or 10518478. OLE color: 10518478.

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

Color convert

RGB206127160-
CMYK00.380.220.19
HSL334.94º44.63%65.29%-
HSV(B)334.94º38.35%80.78%-
XYZ39.3930.8437.13-
YUV154.38131.17164.82-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.78%
GREEN value IS 127 (50% from 255) = 25.76%
BLUE value IS 160 (62.89% from 255) = 32.45%
R=41.78%
G=25.76%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612716000.380.220.19334.9444.6365.29
HexCE7FA0026161314f2d41
Octal316177240046262351755101
Binary11001110111111110100000010011010110100111010011111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7FA0; }

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

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

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

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

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

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

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

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