Shades of New York Pink #C97F73
Tints of New York Pink #C97F73
RGB
CMYK
RGB Variations
Color information
#C97F73 (or 0xC97F73) is known color: New York Pink. HEX triplet: C9, 7F and 73. RGB value is (201,127,115). Sum of RGB (Red+Green+Blue) = 201+127+115=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 115 (45.31% from 255 or 25.96% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C97F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97F73 is #36808C. Grayscale: #939393. Windows color (decimal): -3571853 or 7569353. OLE color: 7569353.
HSL color Cylindrical-coordinate representation of color #C97F73: hue angle of 8.37º 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 #C97F73 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 127 | 115 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.21 |
| HSL | 8.37º | 0.44% | 0.62% | - |
| HSV(B) | 8.37º | 0.43% | 0.79% | - |
| XYZ | 34.77 | 28.83 | 19.95 | - |
| YUV | 147.76 | 109.52 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 127 | 115 | 0 | 0.37 | 0.43 | 0.21 | 8.37 | 0.44 | 0.62 |
| Hex | C9 | 7F | 73 | 0 | 25 | 2B | 15 | 8 | 2C | 3E |
| Octal | 311 | 177 | 163 | 0 | 45 | 53 | 25 | 10 | 54 | 76 |
| Binary | 11001001 | 1111111 | 1110011 | 0 | 100101 | 101011 | 10101 | 1000 | 101100 | 111110 |
Color Harmonies of #C97F73
Complementary color
Monochromatic Colors of #C97F73
Black with #C97F73
Text Example
Text Example
White with #C97F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97F73; }
p { color: rgb(201,127,115); }
H1.HeaderClassName
{
color: #C97F73;
}
.AnyTagClassName
{
color: #C97F73;
}
</style>
background-color css
<style>
a { background-color: #C97F73; }
a { background-color: rgb(201,127,115); }
div.DivClassName
{
background-color: #C97F73;
}
.BgClassName
{
background-color: #C97F73;
}
</style>
border-color css
<style>
span { border-color: #C97F73; }
span { border-color: rgb(201,127,115); }
td.TdClassName
{
border-color: #C97F73;
}
.TagClassName
{
border-color: #C97F73;
}
</style>