#CF7FA1

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

Shades of Puce #CF7FA1

Tints of Puce #CF7FA1

Color information

#CF7FA1 (or 0xCF7FA1) is unknown color: approx Puce. HEX triplet: CF, 7F and A1. RGB value is (207,127,161). Sum of RGB (Red+Green+Blue) = 207+127+161=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 161 (63.28% from 255 or 32.53% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7FA1 is #30805E. Grayscale: #9A9A9A. Windows color (decimal): -3178591 or 10584015. OLE color: 10584015.

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

Color convert

RGB207127161-
CMYK00.390.220.19
HSL334.5º45.45%65.49%-
HSV(B)334.5º38.65%81.18%-
XYZ39.7531.0237.61-
YUV154.8131.5165.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.82%
GREEN value IS 127 (50% from 255) = 25.66%
BLUE value IS 161 (63.28% from 255) = 32.53%
R=41.82%
G=25.66%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712716100.390.220.19334.545.4565.49
HexCF7FA1027161314e2d41
Octal317177241047262351655101
Binary11001111111111110100001010011110110100111010011101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7FA1; }

 p { color: rgb(207,127,161); }

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

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

 a { background-color: rgb(207,127,161); }

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

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

 span { border-color: rgb(207,127,161); }

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