#C97F74

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

Shades of New York Pink #C97F74

Tints of New York Pink #C97F74

Color information

#C97F74 (or 0xC97F74) is unknown color: approx New York Pink. HEX triplet: C9, 7F and 74. RGB value is (201,127,116). Sum of RGB (Red+Green+Blue) = 201+127+116=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C97F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97F74 is #36808B. Grayscale: #939393. Windows color (decimal): -3571852 or 7634889. OLE color: 7634889.

HSL color Cylindrical-coordinate representation of color #C97F74: hue angle of 7.76º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C97F74 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB201127116-
CMYK00.370.420.21
HSL7.76º44.04%62.16%-
HSV(B)7.76º42.29%78.82%-
XYZ34.8328.8620.26-
YUV147.87110.02165.89-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.27%
GREEN value IS 127 (50% from 255) = 28.60%
BLUE value IS 116 (45.70% from 255) = 26.13%
R=45.27%
G=28.60%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112711600.370.420.217.7644.0462.16
HexC97F740252A1582c3e
Octal3111771640455225105476
Binary11001001111111111101000100101101010101011000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97F74; }

 p { color: rgb(201,127,116); }

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

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

 a { background-color: rgb(201,127,116); }

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

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

 span { border-color: rgb(201,127,116); }

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