#CF7F9E

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

Shades of Puce #CF7F9E

Tints of Puce #CF7F9E

Color information

#CF7F9E (or 0xCF7F9E) is unknown color: approx Puce. HEX triplet: CF, 7F and 9E. RGB value is (207,127,158). Sum of RGB (Red+Green+Blue) = 207+127+158=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 158 (62.11% from 255 or 32.11% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7F9E is #308061. Grayscale: #9A9A9A. Windows color (decimal): -3178594 or 10387407. OLE color: 10387407.

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

Color convert

RGB207127158-
CMYK00.390.240.19
HSL336.75º45.45%65.49%-
HSV(B)336.75º38.65%81.18%-
XYZ39.4930.9136.23-
YUV154.45130165.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.07%
GREEN value IS 127 (50% from 255) = 25.81%
BLUE value IS 158 (62.11% from 255) = 32.11%
R=42.07%
G=25.81%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712715800.390.240.19336.7545.4565.49
HexCF7F9E02718131512d41
Octal317177236047302352155101
Binary11001111111111110011110010011111000100111010100011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7F9E; }

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

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

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

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

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

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

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

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