#cf7a72

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

Shades of New York Pink #CF7A72

Tints of New York Pink #CF7A72

Color information

#CF7A72 (or 0xCF7A72) is unknown color: approx New York Pink. HEX triplet: CF, 7A and 72. RGB value is (207,122,114). Sum of RGB (Red+Green+Blue) = 207+122+114=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7A72 is #30858D. Grayscale: #929292. Windows color (decimal): -3179918 or 7502543. OLE color: 7502543.

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

Color convert

RGB207122114-
CMYK00.410.450.19
HSL5.16º49.21%62.94%-
HSV(B)5.16º44.93%81.18%-
XYZ35.7328.419.52-
YUV146.5109.66171.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.73%
GREEN value IS 122 (48.05% from 255) = 27.54%
BLUE value IS 114 (44.92% from 255) = 25.73%
R=46.73%
G=27.54%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712211400.410.450.195.1649.2162.94
HexCF7A720292D135313f
Octal317172162051552356177
Binary1100111111110101110010010100110110110011101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf7a72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf7a72; }

 p { color: rgb(207,122,114); }

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

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

 a { background-color: rgb(207,122,114); }

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

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

 span { border-color: rgb(207,122,114); }

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