Shades of New York Pink #CF7C70
Tints of New York Pink #CF7C70
RGB
CMYK
RGB Variations
Color information
#CF7C70 (or 0xCF7C70) is known color: New York Pink. HEX triplet: CF, 7C and 70. RGB value is (207,124,112). Sum of RGB (Red+Green+Blue) = 207+124+112=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7C70 is #30838F. Grayscale: #939393. Windows color (decimal): -3179408 or 7371983. OLE color: 7371983.
HSL color Cylindrical-coordinate representation of color #CF7C70: hue angle of 7.58º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF7C70 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 124 | 112 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.19 |
| HSL | 7.58º | 0.5% | 0.63% | - |
| HSV(B) | 7.58º | 0.46% | 0.81% | - |
| XYZ | 35.86 | 28.85 | 19.01 | - |
| YUV | 147.45 | 108 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 124 | 112 | 0 | 0.40 | 0.46 | 0.19 | 7.58 | 0.5 | 0.63 |
| Hex | CF | 7C | 70 | 0 | 28 | 2E | 13 | 8 | 32 | 3F |
| Octal | 317 | 174 | 160 | 0 | 50 | 56 | 23 | 10 | 62 | 77 |
| Binary | 11001111 | 1111100 | 1110000 | 0 | 101000 | 101110 | 10011 | 1000 | 110010 | 111111 |
Color Harmonies of #CF7C70
Complementary color
Monochromatic Colors of #CF7C70
Black with #CF7C70
Text Example
Text Example
White with #CF7C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7C70; }
p { color: rgb(207,124,112); }
H1.HeaderClassName
{
color: #CF7C70;
}
.AnyTagClassName
{
color: #CF7C70;
}
</style>
background-color css
<style>
a { background-color: #CF7C70; }
a { background-color: rgb(207,124,112); }
div.DivClassName
{
background-color: #CF7C70;
}
.BgClassName
{
background-color: #CF7C70;
}
</style>
border-color css
<style>
span { border-color: #CF7C70; }
span { border-color: rgb(207,124,112); }
td.TdClassName
{
border-color: #CF7C70;
}
.TagClassName
{
border-color: #CF7C70;
}
</style>