#C98075

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

Shades of New York Pink #C98075

Tints of New York Pink #C98075

Color information

#C98075 (or 0xC98075) is unknown color: approx New York Pink. HEX triplet: C9, 80 and 75. RGB value is (201,128,117). Sum of RGB (Red+Green+Blue) = 201+128+117=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C98075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98075 is #367F8A. Grayscale: #949494. Windows color (decimal): -3571595 or 7700681. OLE color: 7700681.

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

Color convert

RGB201128117-
CMYK00.360.420.21
HSL7.86º43.75%62.35%-
HSV(B)7.86º41.79%78.82%-
XYZ35.0229.1420.61-
YUV148.57110.18165.39-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.07%
GREEN value IS 128 (50.39% from 255) = 28.70%
BLUE value IS 117 (46.09% from 255) = 26.23%
R=45.07%
G=28.70%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112811700.360.420.217.8643.7562.35
HexC980750242A1582c3e
Octal3112001650445225105476
Binary110010011000000011101010100100101010101011000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98075; }

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

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

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

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

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

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

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

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