Shades of New York Pink #CF7F70
Tints of New York Pink #CF7F70
RGB
CMYK
RGB Variations
Color information
#CF7F70 (or 0xCF7F70) is known color: New York Pink. HEX triplet: CF, 7F and 70. RGB value is (207,127,112). Sum of RGB (Red+Green+Blue) = 207+127+112=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 112 (44.14% from 255 or 25.11% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7F70 is #30808F. Grayscale: #959595. Windows color (decimal): -3178640 or 7372751. OLE color: 7372751.
HSL color Cylindrical-coordinate representation of color #CF7F70: hue angle of 9.47º 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 #CF7F70 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 127 | 112 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.19 |
| HSL | 9.47º | 0.5% | 0.63% | - |
| HSV(B) | 9.47º | 0.46% | 0.81% | - |
| XYZ | 36.25 | 29.61 | 19.13 | - |
| YUV | 149.21 | 107 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 127 | 112 | 0 | 0.39 | 0.46 | 0.19 | 9.47 | 0.5 | 0.63 |
| Hex | CF | 7F | 70 | 0 | 27 | 2E | 13 | 9 | 32 | 3F |
| Octal | 317 | 177 | 160 | 0 | 47 | 56 | 23 | 11 | 62 | 77 |
| Binary | 11001111 | 1111111 | 1110000 | 0 | 100111 | 101110 | 10011 | 1001 | 110010 | 111111 |
Color Harmonies of #CF7F70
Complementary color
Monochromatic Colors of #CF7F70
Black with #CF7F70
Text Example
Text Example
White with #CF7F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7F70; }
p { color: rgb(207,127,112); }
H1.HeaderClassName
{
color: #CF7F70;
}
.AnyTagClassName
{
color: #CF7F70;
}
</style>
background-color css
<style>
a { background-color: #CF7F70; }
a { background-color: rgb(207,127,112); }
div.DivClassName
{
background-color: #CF7F70;
}
.BgClassName
{
background-color: #CF7F70;
}
</style>
border-color css
<style>
span { border-color: #CF7F70; }
span { border-color: rgb(207,127,112); }
td.TdClassName
{
border-color: #CF7F70;
}
.TagClassName
{
border-color: #CF7F70;
}
</style>