#CF80A2

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

Shades of Puce #CF80A2

Tints of Puce #CF80A2

Color information

#CF80A2 (or 0xCF80A2) is unknown color: approx Puce. HEX triplet: CF, 80 and A2. RGB value is (207,128,162). Sum of RGB (Red+Green+Blue) = 207+128+162=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CF80A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF80A2 is #307F5D. Grayscale: #9B9B9B. Windows color (decimal): -3178334 or 10649807. OLE color: 10649807.

HSL color Cylindrical-coordinate representation of color #CF80A2: hue angle of 334.18º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF80A2 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB207128162-
CMYK00.380.220.19
HSL334.18º45.14%65.69%-
HSV(B)334.18º38.16%81.18%-
XYZ39.9731.3138.12-
YUV155.5131.67164.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.65%
GREEN value IS 128 (50.39% from 255) = 25.75%
BLUE value IS 162 (63.67% from 255) = 32.60%
R=41.65%
G=25.75%
B=32.60%

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
Decimal20712816200.380.220.19334.1845.1465.69
HexCF80A2026161314e2d42
Octal317200242046262351655102
Binary110011111000000010100010010011010110100111010011101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF80A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF80A2; }

 p { color: rgb(207,128,162); }

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

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

 a { background-color: rgb(207,128,162); }

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

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

 span { border-color: rgb(207,128,162); }

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