#CF7E9F

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

Shades of Puce #CF7E9F

Tints of Puce #CF7E9F

Color information

#CF7E9F (or 0xCF7E9F) is unknown color: approx Puce. HEX triplet: CF, 7E and 9F. RGB value is (207,126,159). Sum of RGB (Red+Green+Blue) = 207+126+159=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 126 (49.61% from 255 or 25.61% from 492); Blue value is 159 (62.5% from 255 or 32.32% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7E9F is #308160. Grayscale: #999999. Windows color (decimal): -3178849 or 10452687. OLE color: 10452687.

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

Color convert

RGB207126159-
CMYK00.390.230.19
HSL335.56º45.76%65.29%-
HSV(B)335.56º39.13%81.18%-
XYZ39.4530.6936.65-
YUV153.98130.84165.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.07%
GREEN value IS 126 (49.61% from 255) = 25.61%
BLUE value IS 159 (62.5% from 255) = 32.32%
R=42.07%
G=25.61%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712615900.390.230.19335.5645.7665.29
HexCF7E9F02717131502e41
Octal317176237047272352056101
Binary11001111111111010011111010011110111100111010100001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7E9F; }

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

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

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

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

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

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

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

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