Html Css Color HEX #C97E74 New York Pink

📋 copy color: '#C97E74'

red 201 ◦ green 126 ◦ blue 116

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

Shades of New York Pink #C97E74

Tints of New York Pink #C97E74

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.44%

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

R = 45.37%
G = 28.44%
B = 26.19%

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

#C97E74 (or 0xC97E74) is known color: New York Pink. HEX triplet: C9, 7E and 74. RGB value is (201,126,116). Sum of RGB (Red+Green+Blue) = 201+126+116=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 116 (45.70% from 255 or 26.19% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C97E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97E74 is #36818B. Grayscale: #939393. Windows color (decimal): -3572108 or 7634633. OLE color: 7634633.

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

Color convert

RGB 201 126 116 -
CMYK 0 0.37 0.42 0.21
HSL 7.06º 0.44% 0.62% -
HSV(B) 7.06º 0.42% 0.79% -
XYZ 34.7 28.6 20.21 -
YUV 147.29 110.35 166.31 -
System Red Green Blue C M Y K H S L
Decimal 201 126 116 0 0.37 0.42 0.21 7.06 0.44 0.62
Hex C9 7E 74 0 25 2A 15 7 2C 3E
Octal 311 176 164 0 45 52 25 7 54 76
Binary 11001001 1111110 1110100 0 100101 101010 10101 111 101100 111110

Color Harmonies of #C97E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97E74

Black with #C97E74

Text Example


Text Example

White with #C97E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97E74; }

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

 H1.HeaderClassName
 {
   color: #C97E74;
 }
 .AnyTagClassName
 {
   color: #C97E74;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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