#C98173

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

Shades of New York Pink #C98173

Tints of New York Pink #C98173

Color information

#C98173 (or 0xC98173) is unknown color: approx New York Pink. HEX triplet: C9, 81 and 73. RGB value is (201,129,115). Sum of RGB (Red+Green+Blue) = 201+129+115=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C98173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98173 is #367E8C. Grayscale: #959595. Windows color (decimal): -3571341 or 7569865. OLE color: 7569865.

HSL color Cylindrical-coordinate representation of color #C98173: hue angle of 9.77º degrees, saturation: 0.44, 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 #C98173 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB201129115-
CMYK00.360.430.21
HSL9.77º44.33%61.96%-
HSV(B)9.77º42.79%78.82%-
XYZ35.0329.3620.04-
YUV148.93108.85165.14-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.17%
GREEN value IS 129 (50.78% from 255) = 28.99%
BLUE value IS 115 (45.31% from 255) = 25.84%
R=45.17%
G=28.99%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112911500.360.430.219.7744.3361.96
HexC981730242B15a2c3e
Octal3112011630445325125476
Binary110010011000000111100110100100101011101011010101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98173; }

 p { color: rgb(201,129,115); }

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

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

 a { background-color: rgb(201,129,115); }

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

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

 span { border-color: rgb(201,129,115); }

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