#cf7c96

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

Shades of Puce #CF7C96

Tints of Puce #CF7C96

Color information

#CF7C96 (or 0xCF7C96) is unknown color: approx Puce. HEX triplet: CF, 7C and 96. RGB value is (207,124,150). Sum of RGB (Red+Green+Blue) = 207+124+150=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7C96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7C96 is #308369. Grayscale: #979797. Windows color (decimal): -3179370 or 9862351. OLE color: 9862351.

HSL color Cylindrical-coordinate representation of color #CF7C96: hue angle of 341.2º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF7C96 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB207124150-
CMYK00.400.280.19
HSL341.2º46.37%64.9%-
HSV(B)341.2º40.1%81.18%-
XYZ38.4429.8832.6-
YUV151.78127167.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.04%
GREEN value IS 124 (48.83% from 255) = 25.78%
BLUE value IS 150 (58.98% from 255) = 31.19%
R=43.04%
G=25.78%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712415000.400.280.19341.246.3764.9
HexCF7C960281C131552e41
Octal317174226050342352556101
Binary11001111111110010010110010100011100100111010101011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf7c96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf7c96; }

 p { color: rgb(207,124,150); }

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

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

 a { background-color: rgb(207,124,150); }

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

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

 span { border-color: rgb(207,124,150); }

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