#CF7D9F

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

Shades of Puce #CF7D9F

Tints of Puce #CF7D9F

Color information

#CF7D9F (or 0xCF7D9F) is unknown color: approx Puce. HEX triplet: CF, 7D and 9F. RGB value is (207,125,159). Sum of RGB (Red+Green+Blue) = 207+125+159=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 159 (62.5% from 255 or 32.38% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7D9F is #308260. Grayscale: #999999. Windows color (decimal): -3179105 or 10452431. OLE color: 10452431.

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

Color convert

RGB207125159-
CMYK00.400.230.19
HSL335.12º46.07%65.1%-
HSV(B)335.12º39.61%81.18%-
XYZ39.3230.4436.6-
YUV153.39131.17166.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.16%
GREEN value IS 125 (49.22% from 255) = 25.46%
BLUE value IS 159 (62.5% from 255) = 32.38%
R=42.16%
G=25.46%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712515900.400.230.19335.1246.0765.1
HexCF7D9F028171314f2e41
Octal317175237050272351756101
Binary11001111111110110011111010100010111100111010011111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7D9F; }

 p { color: rgb(207,125,159); }

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

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

 a { background-color: rgb(207,125,159); }

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

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

 span { border-color: rgb(207,125,159); }

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