Html Css Color HEX #C97F75 New York Pink

📋 copy color: '#C97F75'

red 201 ◦ green 127 ◦ blue 117

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

Shades of New York Pink #C97F75

Tints of New York Pink #C97F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.29%

R = 45.17%
G = 28.54%
B = 26.29%

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

#C97F75 (or 0xC97F75) is known color: New York Pink. HEX triplet: C9, 7F and 75. RGB value is (201,127,117). Sum of RGB (Red+Green+Blue) = 201+127+117=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C97F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97F75 is #36808A. Grayscale: #949494. Windows color (decimal): -3571851 or 7700425. OLE color: 7700425.

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

Color convert

RGB 201 127 117 -
CMYK 0 0.37 0.42 0.21
HSL 7.14º 0.44% 0.62% -
HSV(B) 7.14º 0.42% 0.79% -
XYZ 34.89 28.88 20.57 -
YUV 147.99 110.52 165.81 -
System Red Green Blue C M Y K H S L
Decimal 201 127 117 0 0.37 0.42 0.21 7.14 0.44 0.62
Hex C9 7F 75 0 25 2A 15 7 2C 3E
Octal 311 177 165 0 45 52 25 7 54 76
Binary 11001001 1111111 1110101 0 100101 101010 10101 111 101100 111110

Color Harmonies of #C97F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97F75

Black with #C97F75

Text Example


Text Example

White with #C97F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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