Html Css Color HEX #C97F72 New York Pink

📋 copy color: '#C97F72'

red 201 ◦ green 127 ◦ blue 114

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

Shades of New York Pink #C97F72

Tints of New York Pink #C97F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.79%

R = 45.48%
G = 28.73%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C97F72 (or 0xC97F72) is known color: New York Pink. HEX triplet: C9, 7F and 72. RGB value is (201,127,114). Sum of RGB (Red+Green+Blue) = 201+127+114=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C97F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97F72 is #36808D. Grayscale: #939393. Windows color (decimal): -3571854 or 7503817. OLE color: 7503817.

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

Color convert

RGB 201 127 114 -
CMYK 0 0.37 0.43 0.21
HSL 8.97º 0.45% 0.62% -
HSV(B) 8.97º 0.43% 0.79% -
XYZ 34.71 28.81 19.65 -
YUV 147.64 109.02 166.06 -
System Red Green Blue C M Y K H S L
Decimal 201 127 114 0 0.37 0.43 0.21 8.97 0.45 0.62
Hex C9 7F 72 0 25 2B 15 9 2D 3E
Octal 311 177 162 0 45 53 25 11 55 76
Binary 11001001 1111111 1110010 0 100101 101011 10101 1001 101101 111110

Color Harmonies of #C97F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97F72

Black with #C97F72

Text Example


Text Example

White with #C97F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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