Shades of New York Pink #CF7F73
Tints of New York Pink #CF7F73
RGB
CMYK
RGB Variations
Color information
#CF7F73 (or 0xCF7F73) is known color: New York Pink. HEX triplet: CF, 7F and 73. RGB value is (207,127,115). Sum of RGB (Red+Green+Blue) = 207+127+115=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7F73 is #30808C. Grayscale: #959595. Windows color (decimal): -3178637 or 7569359. OLE color: 7569359.
HSL color Cylindrical-coordinate representation of color #CF7F73: hue angle of 7.83º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF7F73 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 127 | 115 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.19 |
| HSL | 7.83º | 0.49% | 0.63% | - |
| HSV(B) | 7.83º | 0.44% | 0.81% | - |
| XYZ | 36.42 | 29.68 | 20.03 | - |
| YUV | 149.55 | 108.5 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 127 | 115 | 0 | 0.39 | 0.44 | 0.19 | 7.83 | 0.49 | 0.63 |
| Hex | CF | 7F | 73 | 0 | 27 | 2C | 13 | 8 | 31 | 3F |
| Octal | 317 | 177 | 163 | 0 | 47 | 54 | 23 | 10 | 61 | 77 |
| Binary | 11001111 | 1111111 | 1110011 | 0 | 100111 | 101100 | 10011 | 1000 | 110001 | 111111 |
Color Harmonies of #CF7F73
Complementary color
Monochromatic Colors of #CF7F73
Black with #CF7F73
Text Example
Text Example
White with #CF7F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7F73; }
p { color: rgb(207,127,115); }
H1.HeaderClassName
{
color: #CF7F73;
}
.AnyTagClassName
{
color: #CF7F73;
}
</style>
background-color css
<style>
a { background-color: #CF7F73; }
a { background-color: rgb(207,127,115); }
div.DivClassName
{
background-color: #CF7F73;
}
.BgClassName
{
background-color: #CF7F73;
}
</style>
border-color css
<style>
span { border-color: #CF7F73; }
span { border-color: rgb(207,127,115); }
td.TdClassName
{
border-color: #CF7F73;
}
.TagClassName
{
border-color: #CF7F73;
}
</style>