#CF7C71

Color #CF7C71 New York Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New York Pink #CF7C71

Tints of New York Pink #CF7C71

Color information

#CF7C71 (or 0xCF7C71) is unknown color: approx New York Pink. HEX triplet: CF, 7C and 71. RGB value is (207,124,113). Sum of RGB (Red+Green+Blue) = 207+124+113=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7C71 is #30838E. Grayscale: #939393. Windows color (decimal): -3179407 or 7437519. OLE color: 7437519.

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

Color convert

RGB207124113-
CMYK00.400.450.19
HSL7.02º49.47%62.75%-
HSV(B)7.02º45.41%81.18%-
XYZ35.9228.8719.3-
YUV147.56108.5170.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.62%
GREEN value IS 124 (48.83% from 255) = 27.93%
BLUE value IS 113 (44.53% from 255) = 25.45%
R=46.62%
G=27.93%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712411300.400.450.197.0249.4762.75
HexCF7C710282D137313f
Octal317174161050552376177
Binary1100111111111001110001010100010110110011111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7C71; }

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

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

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

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

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

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

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

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