#C97E75

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

Shades of New York Pink #C97E75

Tints of New York Pink #C97E75

Color information

#C97E75 (or 0xC97E75) is unknown color: approx New York Pink. HEX triplet: C9, 7E and 75. RGB value is (201,126,117). Sum of RGB (Red+Green+Blue) = 201+126+117=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C97E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97E75 is #36818A. Grayscale: #939393. Windows color (decimal): -3572107 or 7700169. OLE color: 7700169.

HSL color Cylindrical-coordinate representation of color #C97E75: hue angle of 6.43º 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 #C97E75 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB201126117-
CMYK00.370.420.21
HSL6.43º43.75%62.35%-
HSV(B)6.43º41.79%78.82%-
XYZ34.7628.6220.52-
YUV147.4110.85166.23-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.27%
GREEN value IS 126 (49.61% from 255) = 28.38%
BLUE value IS 117 (46.09% from 255) = 26.35%
R=45.27%
G=28.38%
B=26.35%

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
Decimal20112611700.370.420.216.4343.7562.35
HexC97E750252A1562c3e
Octal311176165045522565476
Binary1100100111111101110101010010110101010101110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97E75; }

 p { color: rgb(201,126,117); }

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

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

 a { background-color: rgb(201,126,117); }

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

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

 span { border-color: rgb(201,126,117); }

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