Html Css Color HEX #C97F74 New York Pink

📋 copy color: '#C97F74'

red 201 ◦ green 127 ◦ blue 116

#C97F74
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New York Pink #C97F74

Tints of New York Pink #C97F74

RGB

 RED value IS 201 (78.91% from 255) = 45.27%

 GREEN value IS 127 (50% from 255) = 28.6%

 BLUE value IS 116 (45.7% from 255) = 26.13%

R = 45.27%
G = 28.6%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C97F74 (or 0xC97F74) is known color: 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

RGB 201 127 116 -
CMYK 0 0.37 0.42 0.21
HSL 7.76º 0.44% 0.62% -
HSV(B) 7.76º 0.42% 0.79% -
XYZ 34.83 28.86 20.26 -
YUV 147.87 110.02 165.89 -
System Red Green Blue C M Y K H S L
Decimal 201 127 116 0 0.37 0.42 0.21 7.76 0.44 0.62
Hex C9 7F 74 0 25 2A 15 8 2C 3E
Octal 311 177 164 0 45 52 25 10 54 76
Binary 11001001 1111111 1110100 0 100101 101010 10101 1000 101100 111110

Color Harmonies of #C97F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97F74

Black with #C97F74

Text Example


Text Example

White with #C97F74

Text Example


Text Example

HTML Codes & Css Web 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>